Shades of Gold Tips #DEB120
Tints of Gold Tips #DEB120
RGB
CMYK
RGB Variations
Color information
#DEB120 (or 0xDEB120) is known color: Gold Tips. HEX triplet: DE, B1 and 20. RGB value is (222,177,32). Sum of RGB (Red+Green+Blue) = 222+177+32=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB120 is #214EDF. Grayscale: #AEAEAE. Windows color (decimal): -2182880 or 2142686. OLE color: 2142686.
HSL color Cylindrical-coordinate representation of color #DEB120: hue angle of 45.79º 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 #DEB120 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 32 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.13 |
| HSL | 45.79º | 0.75% | 0.5% | - |
| HSV(B) | 45.79º | 0.86% | 0.87% | - |
| XYZ | 46.11 | 47.08 | 8.02 | - |
| YUV | 173.93 | 47.91 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 32 | 0 | 0.20 | 0.86 | 0.13 | 45.79 | 0.75 | 0.5 |
| Hex | DE | B1 | 20 | 0 | 14 | 56 | D | 2E | 4B | 32 |
| Octal | 336 | 261 | 40 | 0 | 24 | 126 | 15 | 56 | 113 | 62 |
| Binary | 11011110 | 10110001 | 100000 | 0 | 10100 | 1010110 | 1101 | 101110 | 1001011 | 110010 |
Color Harmonies of #DEB120
Complementary color
Monochromatic Colors of #DEB120
Black with #DEB120
Text Example
Text Example
White with #DEB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB120; }
p { color: rgb(222,177,32); }
H1.HeaderClassName
{
color: #DEB120;
}
.AnyTagClassName
{
color: #DEB120;
}
</style>
background-color css
<style>
a { background-color: #DEB120; }
a { background-color: rgb(222,177,32); }
div.DivClassName
{
background-color: #DEB120;
}
.BgClassName
{
background-color: #DEB120;
}
</style>
border-color css
<style>
span { border-color: #DEB120; }
span { border-color: rgb(222,177,32); }
td.TdClassName
{
border-color: #DEB120;
}
.TagClassName
{
border-color: #DEB120;
}
</style>