Html Css Color HEX #CEA60C Galliano

📋 copy color: '#CEA60C'

red 206 ◦ green 166 ◦ blue 12

#CEA60C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CEA60C

Tints of Galliano #CEA60C

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.13%

R = 53.65%
G = 43.23%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEA60C (or 0xCEA60C) is known color: 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

RGB 206 166 12 -
CMYK 0 0.19 0.94 0.19
HSL 47.63º 0.89% 0.43% -
HSV(B) 47.63º 0.94% 0.81% -
XYZ 39.16 40.42 6.09 -
YUV 160.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 206 166 12 0 0.19 0.94 0.19 47.63 0.89 0.43
Hex CE A6 C 0 13 5E 13 30 59 2B
Octal 316 246 14 0 23 136 23 60 131 53
Binary 11001110 10100110 1100 0 10011 1011110 10011 110000 1011001 101011

Color Harmonies of #CEA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA60C

Black with #CEA60C

Text Example


Text Example

White with #CEA60C

Text Example


Text Example

HTML Codes & Css Web 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>