Html Css Color HEX #CEAA20 Galliano

📋 copy color: '#CEAA20'

red 206 ◦ green 170 ◦ blue 32

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

Shades of Galliano #CEAA20

Tints of Galliano #CEAA20

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.67%

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

R = 50.49%
G = 41.67%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEAA20 (or 0xCEAA20) is known color: Galliano. HEX triplet: CE, AA and 20. RGB value is (206,170,32). Sum of RGB (Red+Green+Blue) = 206+170+32=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA20 is #3155DF. Grayscale: #A5A5A5. Windows color (decimal): -3233248 or 2140878. OLE color: 2140878.

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

Color convert

RGB 206 170 32 -
CMYK 0 0.17 0.84 0.19
HSL 47.59º 0.73% 0.47% -
HSV(B) 47.59º 0.84% 0.81% -
XYZ 40.09 41.98 7.36 -
YUV 165.03 52.93 157.22 -
System Red Green Blue C M Y K H S L
Decimal 206 170 32 0 0.17 0.84 0.19 47.59 0.73 0.47
Hex CE AA 20 0 11 54 13 30 49 2F
Octal 316 252 40 0 21 124 23 60 111 57
Binary 11001110 10101010 100000 0 10001 1010100 10011 110000 1001001 101111

Color Harmonies of #CEAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA20

Black with #CEAA20

Text Example


Text Example

White with #CEAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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