Html Css Color HEX #DEB720 Gold Tips

📋 copy color: '#DEB720'

red 222 ◦ green 183 ◦ blue 32

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

Shades of Gold Tips #DEB720

Tints of Gold Tips #DEB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

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

R = 50.8%
G = 41.88%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEB720 (or 0xDEB720) is known color: Gold Tips. HEX triplet: DE, B7 and 20. RGB value is (222,183,32). Sum of RGB (Red+Green+Blue) = 222+183+32=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB720 is #2148DF. Grayscale: #B2B2B2. Windows color (decimal): -2181344 or 2144222. OLE color: 2144222.

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

Color convert

RGB 222 183 32 -
CMYK 0 0.18 0.86 0.13
HSL 47.68º 0.75% 0.5% -
HSV(B) 47.68º 0.86% 0.87% -
XYZ 47.32 49.5 8.43 -
YUV 177.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 222 183 32 0 0.18 0.86 0.13 47.68 0.75 0.5
Hex DE B7 20 0 12 56 D 30 4B 32
Octal 336 267 40 0 22 126 15 60 113 62
Binary 11011110 10110111 100000 0 10010 1010110 1101 110000 1001011 110010

Color Harmonies of #DEB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB720

Black with #DEB720

Text Example


Text Example

White with #DEB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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