Html Css Color HEX #CEA211 Galliano

📋 copy color: '#CEA211'

red 206 ◦ green 162 ◦ blue 17

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

Shades of Galliano #CEA211

Tints of Galliano #CEA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.08%

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

R = 53.51%
G = 42.08%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEA211 (or 0xCEA211) is known color: Galliano. HEX triplet: CE, A2 and 11. RGB value is (206,162,17). Sum of RGB (Red+Green+Blue) = 206+162+17=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA211 is #315DEE. Grayscale: #9F9F9F. Windows color (decimal): -3235311 or 1155790. OLE color: 1155790.

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

Color convert

RGB 206 162 17 -
CMYK 0 0.21 0.92 0.19
HSL 46.03º 0.85% 0.44% -
HSV(B) 46.03º 0.92% 0.81% -
XYZ 38.48 39 6.03 -
YUV 158.63 48.08 161.79 -
System Red Green Blue C M Y K H S L
Decimal 206 162 17 0 0.21 0.92 0.19 46.03 0.85 0.44
Hex CE A2 11 0 15 5C 13 2E 55 2C
Octal 316 242 21 0 25 134 23 56 125 54
Binary 11001110 10100010 10001 0 10101 1011100 10011 101110 1010101 101100

Color Harmonies of #CEA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA211

Black with #CEA211

Text Example


Text Example

White with #CEA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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