Html Css Color HEX #CEA111 Galliano

📋 copy color: '#CEA111'

red 206 ◦ green 161 ◦ blue 17

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

Shades of Galliano #CEA111

Tints of Galliano #CEA111

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.93%

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

R = 53.65%
G = 41.93%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEA111 (or 0xCEA111) is known color: Galliano. HEX triplet: CE, A1 and 11. RGB value is (206,161,17). Sum of RGB (Red+Green+Blue) = 206+161+17=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA111 is #315EEE. Grayscale: #9E9E9E. Windows color (decimal): -3235567 or 1155534. OLE color: 1155534.

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

Color convert

RGB 206 161 17 -
CMYK 0 0.22 0.92 0.19
HSL 45.71º 0.85% 0.44% -
HSV(B) 45.71º 0.92% 0.81% -
XYZ 38.3 38.65 5.97 -
YUV 158.04 48.41 162.21 -
System Red Green Blue C M Y K H S L
Decimal 206 161 17 0 0.22 0.92 0.19 45.71 0.85 0.44
Hex CE A1 11 0 16 5C 13 2E 55 2C
Octal 316 241 21 0 26 134 23 56 125 54
Binary 11001110 10100001 10001 0 10110 1011100 10011 101110 1010101 101100

Color Harmonies of #CEA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA111

Black with #CEA111

Text Example


Text Example

White with #CEA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA111; }

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

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

background-color css

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

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

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

border-color css

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

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

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