Shades of Gold Tips #DEAF24
Tints of Gold Tips #DEAF24
RGB
CMYK
RGB Variations
Color information
#DEAF24 (or 0xDEAF24) is known color: Gold Tips. HEX triplet: DE, AF and 24. RGB value is (222,175,36). Sum of RGB (Red+Green+Blue) = 222+175+36=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF24 is #2150DB. Grayscale: #ADADAD. Windows color (decimal): -2183388 or 2404318. OLE color: 2404318.
HSL color Cylindrical-coordinate representation of color #DEAF24: hue angle of 44.84º 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 #DEAF24 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 36 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.13 |
| HSL | 44.84º | 0.74% | 0.51% | - |
| HSV(B) | 44.84º | 0.84% | 0.87% | - |
| XYZ | 45.77 | 46.32 | 8.2 | - |
| YUV | 173.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 36 | 0 | 0.21 | 0.84 | 0.13 | 44.84 | 0.74 | 0.51 |
| Hex | DE | AF | 24 | 0 | 15 | 54 | D | 2D | 4A | 33 |
| Octal | 336 | 257 | 44 | 0 | 25 | 124 | 15 | 55 | 112 | 63 |
| Binary | 11011110 | 10101111 | 100100 | 0 | 10101 | 1010100 | 1101 | 101101 | 1001010 | 110011 |
Color Harmonies of #DEAF24
Complementary color
Monochromatic Colors of #DEAF24
Black with #DEAF24
Text Example
Text Example
White with #DEAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF24; }
p { color: rgb(222,175,36); }
H1.HeaderClassName
{
color: #DEAF24;
}
.AnyTagClassName
{
color: #DEAF24;
}
</style>
background-color css
<style>
a { background-color: #DEAF24; }
a { background-color: rgb(222,175,36); }
div.DivClassName
{
background-color: #DEAF24;
}
.BgClassName
{
background-color: #DEAF24;
}
</style>
border-color css
<style>
span { border-color: #DEAF24; }
span { border-color: rgb(222,175,36); }
td.TdClassName
{
border-color: #DEAF24;
}
.TagClassName
{
border-color: #DEAF24;
}
</style>