Html Css Color HEX #CEA820 Galliano

📋 copy color: '#CEA820'

red 206 ◦ green 168 ◦ blue 32

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

Shades of Galliano #CEA820

Tints of Galliano #CEA820

RGB

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

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

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

R = 50.74%
G = 41.38%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA820 (or 0xCEA820) is known color: Galliano. HEX triplet: CE, A8 and 20. RGB value is (206,168,32). Sum of RGB (Red+Green+Blue) = 206+168+32=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA820 is #3157DF. Grayscale: #A4A4A4. Windows color (decimal): -3233760 or 2140366. OLE color: 2140366.

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

Color convert

RGB 206 168 32 -
CMYK 0 0.18 0.84 0.19
HSL 46.9º 0.73% 0.47% -
HSV(B) 46.9º 0.84% 0.81% -
XYZ 39.72 41.23 7.23 -
YUV 163.86 53.59 158.06 -
System Red Green Blue C M Y K H S L
Decimal 206 168 32 0 0.18 0.84 0.19 46.9 0.73 0.47
Hex CE A8 20 0 12 54 13 2F 49 2F
Octal 316 250 40 0 22 124 23 57 111 57
Binary 11001110 10101000 100000 0 10010 1010100 10011 101111 1001001 101111

Color Harmonies of #CEA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA820

Black with #CEA820

Text Example


Text Example

White with #CEA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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