Html Css Color HEX #CEA016 Galliano

📋 copy color: '#CEA016'

red 206 ◦ green 160 ◦ blue 22

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

Shades of Galliano #CEA016

Tints of Galliano #CEA016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.24%

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 53.09%
G = 41.24%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEA016 (or 0xCEA016) is known color: Galliano. HEX triplet: CE, A0 and 16. RGB value is (206,160,22). Sum of RGB (Red+Green+Blue) = 206+160+22=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA016 is #315FE9. Grayscale: #9E9E9E. Windows color (decimal): -3235818 or 1482958. OLE color: 1482958.

HSL color Cylindrical-coordinate representation of color #CEA016: hue angle of 45º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEA016 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 22 -
CMYK 0 0.22 0.89 0.19
HSL 45º 0.81% 0.45% -
HSV(B) 45º 0.89% 0.81% -
XYZ 38.17 38.32 6.14 -
YUV 158.02 51.24 162.22 -
System Red Green Blue C M Y K H S L
Decimal 206 160 22 0 0.22 0.89 0.19 45 0.81 0.45
Hex CE A0 16 0 16 59 13 2D 51 2D
Octal 316 240 26 0 26 131 23 55 121 55
Binary 11001110 10100000 10110 0 10110 1011001 10011 101101 1010001 101101

Color Harmonies of #CEA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA016

Black with #CEA016

Text Example


Text Example

White with #CEA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA016; }

 p { color: rgb(206,160,22); }

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

background-color css

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

 a { background-color: rgb(206,160,22); }

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

border-color css

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

 span { border-color: rgb(206,160,22); }

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