Html Css Color HEX #DEAF31 Gold Tips

📋 copy color: '#DEAF31'

red 222 ◦ green 175 ◦ blue 49

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

Shades of Gold Tips #DEAF31

Tints of Gold Tips #DEAF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.99%

R = 49.78%
G = 39.24%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEAF31 (or 0xDEAF31) is known color: Gold Tips. HEX triplet: DE, AF and 31. RGB value is (222,175,49). Sum of RGB (Red+Green+Blue) = 222+175+49=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF31 is #2150CE. Grayscale: #AFAFAF. Windows color (decimal): -2183375 or 3256286. OLE color: 3256286.

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

Color convert

RGB 222 175 49 -
CMYK 0 0.21 0.78 0.13
HSL 43.7º 0.72% 0.53% -
HSV(B) 43.7º 0.78% 0.87% -
XYZ 46.01 46.41 9.44 -
YUV 174.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 222 175 49 0 0.21 0.78 0.13 43.7 0.72 0.53
Hex DE AF 31 0 15 4E D 2C 48 35
Octal 336 257 61 0 25 116 15 54 110 65
Binary 11011110 10101111 110001 0 10101 1001110 1101 101100 1001000 110101

Color Harmonies of #DEAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF31

Black with #DEAF31

Text Example


Text Example

White with #DEAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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