#CEA60C

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

Shades of Galliano #CEA60C

Tints of Galliano #CEA60C

Color information

#CEA60C (or 0xCEA60C) is unknown color: approx Galliano. HEX triplet: CE, A6 and 0C. RGB value is (206,166,12). Sum of RGB (Red+Green+Blue) = 206+166+12=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA60C is #3159F3. Grayscale: #A1A1A1. Windows color (decimal): -3234292 or 829134. OLE color: 829134.

HSL color Cylindrical-coordinate representation of color #CEA60C: hue angle of 47.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEA60C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB20616612-
CMYK00.190.940.19
HSL47.63º88.99%42.75%-
HSV(B)47.63º94.17%80.78%-
XYZ39.1640.426.09-
YUV160.444.25160.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.65%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 12 (5.08% from 255) = 3.12%
R=53.65%
G=43.23%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061661200.190.940.1947.6388.9942.75
HexCEA6C0135E1330592b
Octal31624614023136236013153
Binary110011101010011011000100111011110100111100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA60C; }

 p { color: rgb(206,166,12); }

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

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

 a { background-color: rgb(206,166,12); }

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

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

 span { border-color: rgb(206,166,12); }

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