Html Css Color HEX #CEA712 Galliano

📋 copy color: '#CEA712'

red 206 ◦ green 167 ◦ blue 18

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

Shades of Galliano #CEA712

Tints of Galliano #CEA712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.71%

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

R = 52.69%
G = 42.71%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEA712 (or 0xCEA712) is known color: Galliano. HEX triplet: CE, A7 and 12. RGB value is (206,167,18). Sum of RGB (Red+Green+Blue) = 206+167+18=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA712 is #3158ED. Grayscale: #A2A2A2. Windows color (decimal): -3234030 or 1222606. OLE color: 1222606.

HSL color Cylindrical-coordinate representation of color #CEA712: hue angle of 47.55º 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 #CEA712 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 167 18 -
CMYK 0 0.19 0.91 0.19
HSL 47.55º 0.84% 0.44% -
HSV(B) 47.55º 0.91% 0.81% -
XYZ 39.38 40.8 6.37 -
YUV 161.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 206 167 18 0 0.19 0.91 0.19 47.55 0.84 0.44
Hex CE A7 12 0 13 5B 13 30 54 2C
Octal 316 247 22 0 23 133 23 60 124 54
Binary 11001110 10100111 10010 0 10011 1011011 10011 110000 1010100 101100

Color Harmonies of #CEA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA712

Black with #CEA712

Text Example


Text Example

White with #CEA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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