#CE9E2D

Color #CE9E2D Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #CE9E2D

Tints of Galliano #CE9E2D

Color information

#CE9E2D (or 0xCE9E2D) is unknown color: approx Galliano. HEX triplet: CE, 9E and 2D. RGB value is (206,158,45). Sum of RGB (Red+Green+Blue) = 206+158+45=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E2D is #3161D2. Grayscale: #9F9F9F. Windows color (decimal): -3236307 or 2989774. OLE color: 2989774.

HSL color Cylindrical-coordinate representation of color #CE9E2D: hue angle of 42.11º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE9E2D is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20615845-
CMYK00.230.780.19
HSL42.11º64.14%49.22%-
HSV(B)42.11º78.16%80.78%-
XYZ38.1537.767.76-
YUV159.4763.4161.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 45 (17.97% from 255) = 11.00%
R=50.37%
G=38.63%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061584500.230.780.1942.1164.1449.22
HexCE9E2D0174E132a4031
Octal31623655027116235210061
Binary11001110100111101011010101111001110100111010101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E2D; }

 p { color: rgb(206,158,45); }

 H1.HeaderClassName
 {
   color: #CE9E2D;
 }
 .AnyTagClassName
 {
   color: #CE9E2D;
 }
</style>
background-color css

<style>
 a { background-color: #CE9E2D; }

 a { background-color: rgb(206,158,45); }

 div.DivClassName
 {
   background-color: #CE9E2D;
 }
 .BgClassName
 {
   background-color: #CE9E2D;
 }
</style>
border-color css

<style>
 span { border-color: #CE9E2D; }

 span { border-color: rgb(206,158,45); }

 td.TdClassName
 {
   border-color: #CE9E2D;
 }
 .TagClassName
 {
   border-color: #CE9E2D;
 }
</style>