Shades of Gold Tips #DEB024
Tints of Gold Tips #DEB024
RGB
CMYK
RGB Variations
Color information
#DEB024 (or 0xDEB024) is known color: Gold Tips. HEX triplet: DE, B0 and 24. RGB value is (222,176,36). Sum of RGB (Red+Green+Blue) = 222+176+36=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB024 is #214FDB. Grayscale: #AEAEAE. Windows color (decimal): -2183132 or 2404574. OLE color: 2404574.
HSL color Cylindrical-coordinate representation of color #DEB024: hue angle of 45.16º 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 #DEB024 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 36 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.13 |
| HSL | 45.16º | 0.74% | 0.51% | - |
| HSV(B) | 45.16º | 0.84% | 0.87% | - |
| XYZ | 45.97 | 46.71 | 8.26 | - |
| YUV | 173.79 | 50.24 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 36 | 0 | 0.21 | 0.84 | 0.13 | 45.16 | 0.74 | 0.51 |
| Hex | DE | B0 | 24 | 0 | 15 | 54 | D | 2D | 4A | 33 |
| Octal | 336 | 260 | 44 | 0 | 25 | 124 | 15 | 55 | 112 | 63 |
| Binary | 11011110 | 10110000 | 100100 | 0 | 10101 | 1010100 | 1101 | 101101 | 1001010 | 110011 |
Color Harmonies of #DEB024
Complementary color
Monochromatic Colors of #DEB024
Black with #DEB024
Text Example
Text Example
White with #DEB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB024; }
p { color: rgb(222,176,36); }
H1.HeaderClassName
{
color: #DEB024;
}
.AnyTagClassName
{
color: #DEB024;
}
</style>
background-color css
<style>
a { background-color: #DEB024; }
a { background-color: rgb(222,176,36); }
div.DivClassName
{
background-color: #DEB024;
}
.BgClassName
{
background-color: #DEB024;
}
</style>
border-color css
<style>
span { border-color: #DEB024; }
span { border-color: rgb(222,176,36); }
td.TdClassName
{
border-color: #DEB024;
}
.TagClassName
{
border-color: #DEB024;
}
</style>