Html Css Color HEX #CEA620 Galliano

📋 copy color: '#CEA620'

red 206 ◦ green 166 ◦ blue 32

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

Shades of Galliano #CEA620

Tints of Galliano #CEA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

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

R = 50.99%
G = 41.09%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA620 (or 0xCEA620) is known color: Galliano. HEX triplet: CE, A6 and 20. RGB value is (206,166,32). Sum of RGB (Red+Green+Blue) = 206+166+32=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA620 is #3159DF. Grayscale: #A3A3A3. Windows color (decimal): -3234272 or 2139854. OLE color: 2139854.

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

Color convert

RGB 206 166 32 -
CMYK 0 0.19 0.84 0.19
HSL 46.21º 0.73% 0.47% -
HSV(B) 46.21º 0.84% 0.81% -
XYZ 39.35 40.5 7.11 -
YUV 162.68 54.25 158.9 -
System Red Green Blue C M Y K H S L
Decimal 206 166 32 0 0.19 0.84 0.19 46.21 0.73 0.47
Hex CE A6 20 0 13 54 13 2E 49 2F
Octal 316 246 40 0 23 124 23 56 111 57
Binary 11001110 10100110 100000 0 10011 1010100 10011 101110 1001001 101111

Color Harmonies of #CEA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA620

Black with #CEA620

Text Example


Text Example

White with #CEA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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