Html Css Color HEX #CEA912 Galliano

📋 copy color: '#CEA912'

red 206 ◦ green 169 ◦ blue 18

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

Shades of Galliano #CEA912

Tints of Galliano #CEA912

RGB

 RED value IS 206 (80.86% from 255) = 52.42%

 GREEN value IS 169 (66.41% from 255) = 43%

 BLUE value IS 18 (7.42% from 255) = 4.58%

R = 52.42%
G = 43%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEA912 (or 0xCEA912) is known color: Galliano. HEX triplet: CE, A9 and 12. RGB value is (206,169,18). Sum of RGB (Red+Green+Blue) = 206+169+18=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA912 is #3156ED. Grayscale: #A3A3A3. Windows color (decimal): -3233518 or 1223118. OLE color: 1223118.

HSL color Cylindrical-coordinate representation of color #CEA912: hue angle of 48.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEA912 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 18 -
CMYK 0 0.18 0.91 0.19
HSL 48.19º 0.84% 0.44% -
HSV(B) 48.19º 0.91% 0.81% -
XYZ 39.75 41.54 6.5 -
YUV 162.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 206 169 18 0 0.18 0.91 0.19 48.19 0.84 0.44
Hex CE A9 12 0 12 5B 13 30 54 2C
Octal 316 251 22 0 22 133 23 60 124 54
Binary 11001110 10101001 10010 0 10010 1011011 10011 110000 1010100 101100

Color Harmonies of #CEA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA912

Black with #CEA912

Text Example


Text Example

White with #CEA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA912; }

 p { color: rgb(206,169,18); }

 H1.HeaderClassName
 {
   color: #CEA912;
 }
 .AnyTagClassName
 {
   color: #CEA912;
 }
</style>

background-color css

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

 a { background-color: rgb(206,169,18); }

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

border-color css

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

 span { border-color: rgb(206,169,18); }

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