Shades of Gold Tips #DEB924
Tints of Gold Tips #DEB924
RGB
CMYK
RGB Variations
Color information
#DEB924 (or 0xDEB924) is known color: Gold Tips. HEX triplet: DE, B9 and 24. RGB value is (222,185,36). Sum of RGB (Red+Green+Blue) = 222+185+36=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB924 is #2146DB. Grayscale: #B3B3B3. Windows color (decimal): -2180828 or 2406878. OLE color: 2406878.
HSL color Cylindrical-coordinate representation of color #DEB924: hue angle of 48.06º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEB924 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 36 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.13 |
| HSL | 48.06º | 0.74% | 0.51% | - |
| HSV(B) | 48.06º | 0.84% | 0.87% | - |
| XYZ | 47.79 | 50.35 | 8.87 | - |
| YUV | 179.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 36 | 0 | 0.17 | 0.84 | 0.13 | 48.06 | 0.74 | 0.51 |
| Hex | DE | B9 | 24 | 0 | 11 | 54 | D | 30 | 4A | 33 |
| Octal | 336 | 271 | 44 | 0 | 21 | 124 | 15 | 60 | 112 | 63 |
| Binary | 11011110 | 10111001 | 100100 | 0 | 10001 | 1010100 | 1101 | 110000 | 1001010 | 110011 |
Color Harmonies of #DEB924
Complementary color
Monochromatic Colors of #DEB924
Black with #DEB924
Text Example
Text Example
White with #DEB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB924; }
p { color: rgb(222,185,36); }
H1.HeaderClassName
{
color: #DEB924;
}
.AnyTagClassName
{
color: #DEB924;
}
</style>
background-color css
<style>
a { background-color: #DEB924; }
a { background-color: rgb(222,185,36); }
div.DivClassName
{
background-color: #DEB924;
}
.BgClassName
{
background-color: #DEB924;
}
</style>
border-color css
<style>
span { border-color: #DEB924; }
span { border-color: rgb(222,185,36); }
td.TdClassName
{
border-color: #DEB924;
}
.TagClassName
{
border-color: #DEB924;
}
</style>