Html Css Color HEX #DEAF21 Gold Tips

📋 copy color: '#DEAF21'

red 222 ◦ green 175 ◦ blue 33

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

Shades of Gold Tips #DEAF21

Tints of Gold Tips #DEAF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 51.63%
G = 40.7%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEAF21 (or 0xDEAF21) is known color: Gold Tips. HEX triplet: DE, AF and 21. RGB value is (222,175,33). Sum of RGB (Red+Green+Blue) = 222+175+33=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF21 is #2150DE. Grayscale: #ADADAD. Windows color (decimal): -2183391 or 2207710. OLE color: 2207710.

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

Color convert

RGB 222 175 33 -
CMYK 0 0.21 0.85 0.13
HSL 45.08º 0.74% 0.5% -
HSV(B) 45.08º 0.85% 0.87% -
XYZ 45.73 46.3 7.97 -
YUV 172.87 49.07 163.05 -
System Red Green Blue C M Y K H S L
Decimal 222 175 33 0 0.21 0.85 0.13 45.08 0.74 0.5
Hex DE AF 21 0 15 55 D 2D 4A 32
Octal 336 257 41 0 25 125 15 55 112 62
Binary 11011110 10101111 100001 0 10101 1010101 1101 101101 1001010 110010

Color Harmonies of #DEAF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF21

Black with #DEAF21

Text Example


Text Example

White with #DEAF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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