Html Css Color HEX #CEA812 Galliano

📋 copy color: '#CEA812'

red 206 ◦ green 168 ◦ blue 18

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

Shades of Galliano #CEA812

Tints of Galliano #CEA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.86%

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

R = 52.55%
G = 42.86%
B = 4.59%

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

#CEA812 (or 0xCEA812) is known color: Galliano. HEX triplet: CE, A8 and 12. RGB value is (206,168,18). Sum of RGB (Red+Green+Blue) = 206+168+18=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA812 is #3157ED. Grayscale: #A2A2A2. Windows color (decimal): -3233774 or 1222862. OLE color: 1222862.

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

Color convert

RGB 206 168 18 -
CMYK 0 0.18 0.91 0.19
HSL 47.87º 0.84% 0.44% -
HSV(B) 47.87º 0.91% 0.81% -
XYZ 39.57 41.17 6.43 -
YUV 162.26 46.59 159.2 -
System Red Green Blue C M Y K H S L
Decimal 206 168 18 0 0.18 0.91 0.19 47.87 0.84 0.44
Hex CE A8 12 0 12 5B 13 30 54 2C
Octal 316 250 22 0 22 133 23 60 124 54
Binary 11001110 10101000 10010 0 10010 1011011 10011 110000 1010100 101100

Color Harmonies of #CEA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA812

Black with #CEA812

Text Example


Text Example

White with #CEA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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