Html Css Color HEX #CEA120 Galliano

📋 copy color: '#CEA120'

red 206 ◦ green 161 ◦ blue 32

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

Shades of Galliano #CEA120

Tints of Galliano #CEA120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 51.63%
G = 40.35%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA120 (or 0xCEA120) is known color: Galliano. HEX triplet: CE, A1 and 20. RGB value is (206,161,32). Sum of RGB (Red+Green+Blue) = 206+161+32=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA120 is #315EDF. Grayscale: #A0A0A0. Windows color (decimal): -3235552 or 2138574. OLE color: 2138574.

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

Color convert

RGB 206 161 32 -
CMYK 0 0.22 0.84 0.19
HSL 44.48º 0.73% 0.47% -
HSV(B) 44.48º 0.84% 0.81% -
XYZ 38.46 38.72 6.81 -
YUV 159.75 55.91 160.99 -
System Red Green Blue C M Y K H S L
Decimal 206 161 32 0 0.22 0.84 0.19 44.48 0.73 0.47
Hex CE A1 20 0 16 54 13 2C 49 2F
Octal 316 241 40 0 26 124 23 54 111 57
Binary 11001110 10100001 100000 0 10110 1010100 10011 101100 1001001 101111

Color Harmonies of #CEA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA120

Black with #CEA120

Text Example


Text Example

White with #CEA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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