Html Css Color HEX #CEA020 Galliano

📋 copy color: '#CEA020'

red 206 ◦ green 160 ◦ blue 32

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

Shades of Galliano #CEA020

Tints of Galliano #CEA020

RGB

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

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

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

R = 51.76%
G = 40.2%
B = 8.04%

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

#CEA020 (or 0xCEA020) is known color: Galliano. HEX triplet: CE, A0 and 20. RGB value is (206,160,32). Sum of RGB (Red+Green+Blue) = 206+160+32=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA020 is #315FDF. Grayscale: #9F9F9F. Windows color (decimal): -3235808 or 2138318. OLE color: 2138318.

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

Color convert

RGB 206 160 32 -
CMYK 0 0.22 0.84 0.19
HSL 44.14º 0.73% 0.47% -
HSV(B) 44.14º 0.84% 0.81% -
XYZ 38.29 38.37 6.75 -
YUV 159.16 56.24 161.41 -
System Red Green Blue C M Y K H S L
Decimal 206 160 32 0 0.22 0.84 0.19 44.14 0.73 0.47
Hex CE A0 20 0 16 54 13 2C 49 2F
Octal 316 240 40 0 26 124 23 54 111 57
Binary 11001110 10100000 100000 0 10110 1010100 10011 101100 1001001 101111

Color Harmonies of #CEA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA020

Black with #CEA020

Text Example


Text Example

White with #CEA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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