Html Css Color HEX #DEAE20 Gold Tips

📋 copy color: '#DEAE20'

red 222 ◦ green 174 ◦ blue 32

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

Shades of Gold Tips #DEAE20

Tints of Gold Tips #DEAE20

RGB

 RED value IS 222 (87.11% from 255) = 51.87%

 GREEN value IS 174 (68.36% from 255) = 40.65%

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

R = 51.87%
G = 40.65%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEAE20 (or 0xDEAE20) is known color: Gold Tips. HEX triplet: DE, AE and 20. RGB value is (222,174,32). Sum of RGB (Red+Green+Blue) = 222+174+32=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAE20 is #2151DF. Grayscale: #ACACAC. Windows color (decimal): -2183648 or 2141918. OLE color: 2141918.

HSL color Cylindrical-coordinate representation of color #DEAE20: hue angle of 44.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEAE20 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 174 32 -
CMYK 0 0.22 0.86 0.13
HSL 44.84º 0.75% 0.5% -
HSV(B) 44.84º 0.86% 0.87% -
XYZ 45.52 45.91 7.83 -
YUV 172.16 48.9 163.55 -
System Red Green Blue C M Y K H S L
Decimal 222 174 32 0 0.22 0.86 0.13 44.84 0.75 0.5
Hex DE AE 20 0 16 56 D 2D 4B 32
Octal 336 256 40 0 26 126 15 55 113 62
Binary 11011110 10101110 100000 0 10110 1010110 1101 101101 1001011 110010

Color Harmonies of #DEAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE20

Black with #DEAE20

Text Example


Text Example

White with #DEAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE20; }

 p { color: rgb(222,174,32); }

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

background-color css

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

 a { background-color: rgb(222,174,32); }

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

border-color css

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

 span { border-color: rgb(222,174,32); }

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