Html Css Color HEX #CEA811 Galliano

📋 copy color: '#CEA811'

red 206 ◦ green 168 ◦ blue 17

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

Shades of Galliano #CEA811

Tints of Galliano #CEA811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 52.69%
G = 42.97%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEA811 (or 0xCEA811) is known color: Galliano. HEX triplet: CE, A8 and 11. RGB value is (206,168,17). Sum of RGB (Red+Green+Blue) = 206+168+17=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA811 is #3157EE. Grayscale: #A2A2A2. Windows color (decimal): -3233775 or 1157326. OLE color: 1157326.

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

Color convert

RGB 206 168 17 -
CMYK 0 0.18 0.92 0.19
HSL 47.94º 0.85% 0.44% -
HSV(B) 47.94º 0.92% 0.81% -
XYZ 39.56 41.17 6.39 -
YUV 162.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 206 168 17 0 0.18 0.92 0.19 47.94 0.85 0.44
Hex CE A8 11 0 12 5C 13 30 55 2C
Octal 316 250 21 0 22 134 23 60 125 54
Binary 11001110 10101000 10001 0 10010 1011100 10011 110000 1010101 101100

Color Harmonies of #CEA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA811

Black with #CEA811

Text Example


Text Example

White with #CEA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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