Html Css Color HEX #CEA220 Galliano

📋 copy color: '#CEA220'

red 206 ◦ green 162 ◦ blue 32

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

Shades of Galliano #CEA220

Tints of Galliano #CEA220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

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

R = 51.5%
G = 40.5%
B = 8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA220 (or 0xCEA220) is known color: Galliano. HEX triplet: CE, A2 and 20. RGB value is (206,162,32). Sum of RGB (Red+Green+Blue) = 206+162+32=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA220 is #315DDF. Grayscale: #A0A0A0. Windows color (decimal): -3235296 or 2138830. OLE color: 2138830.

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

Color convert

RGB 206 162 32 -
CMYK 0 0.21 0.84 0.19
HSL 44.83º 0.73% 0.47% -
HSV(B) 44.83º 0.84% 0.81% -
XYZ 38.63 39.07 6.87 -
YUV 160.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 206 162 32 0 0.21 0.84 0.19 44.83 0.73 0.47
Hex CE A2 20 0 15 54 13 2D 49 2F
Octal 316 242 40 0 25 124 23 55 111 57
Binary 11001110 10100010 100000 0 10101 1010100 10011 101101 1001001 101111

Color Harmonies of #CEA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA220

Black with #CEA220

Text Example


Text Example

White with #CEA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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