Html Css Color HEX #DEAF20 Gold Tips

📋 copy color: '#DEAF20'

red 222 ◦ green 175 ◦ blue 32

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

Shades of Gold Tips #DEAF20

Tints of Gold Tips #DEAF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.79%

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

R = 51.75%
G = 40.79%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEAF20 (or 0xDEAF20) is known color: Gold Tips. HEX triplet: DE, AF and 20. RGB value is (222,175,32). Sum of RGB (Red+Green+Blue) = 222+175+32=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF20 is #2150DF. Grayscale: #ADADAD. Windows color (decimal): -2183392 or 2142174. OLE color: 2142174.

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

Color convert

RGB 222 175 32 -
CMYK 0 0.21 0.86 0.13
HSL 45.16º 0.75% 0.5% -
HSV(B) 45.16º 0.86% 0.87% -
XYZ 45.71 46.29 7.89 -
YUV 172.75 48.57 163.13 -
System Red Green Blue C M Y K H S L
Decimal 222 175 32 0 0.21 0.86 0.13 45.16 0.75 0.5
Hex DE AF 20 0 15 56 D 2D 4B 32
Octal 336 257 40 0 25 126 15 55 113 62
Binary 11011110 10101111 100000 0 10101 1010110 1101 101101 1001011 110010

Color Harmonies of #DEAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF20

Black with #DEAF20

Text Example


Text Example

White with #DEAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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