Shades of Gold Tips #DEAF22
Tints of Gold Tips #DEAF22
RGB
CMYK
RGB Variations
Color information
#DEAF22 (or 0xDEAF22) is known color: Gold Tips. HEX triplet: DE, AF and 22. RGB value is (222,175,34). Sum of RGB (Red+Green+Blue) = 222+175+34=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF22 is #2150DD. Grayscale: #ADADAD. Windows color (decimal): -2183390 or 2273246. OLE color: 2273246.
HSL color Cylindrical-coordinate representation of color #DEAF22: hue angle of 45º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEAF22 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 34 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.13 |
| HSL | 45º | 0.74% | 0.5% | - |
| HSV(B) | 45º | 0.85% | 0.87% | - |
| XYZ | 45.74 | 46.31 | 8.04 | - |
| YUV | 172.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 34 | 0 | 0.21 | 0.85 | 0.13 | 45 | 0.74 | 0.5 |
| Hex | DE | AF | 22 | 0 | 15 | 55 | D | 2D | 4A | 32 |
| Octal | 336 | 257 | 42 | 0 | 25 | 125 | 15 | 55 | 112 | 62 |
| Binary | 11011110 | 10101111 | 100010 | 0 | 10101 | 1010101 | 1101 | 101101 | 1001010 | 110010 |
Color Harmonies of #DEAF22
Complementary color
Monochromatic Colors of #DEAF22
Black with #DEAF22
Text Example
Text Example
White with #DEAF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF22; }
p { color: rgb(222,175,34); }
H1.HeaderClassName
{
color: #DEAF22;
}
.AnyTagClassName
{
color: #DEAF22;
}
</style>
background-color css
<style>
a { background-color: #DEAF22; }
a { background-color: rgb(222,175,34); }
div.DivClassName
{
background-color: #DEAF22;
}
.BgClassName
{
background-color: #DEAF22;
}
</style>
border-color css
<style>
span { border-color: #DEAF22; }
span { border-color: rgb(222,175,34); }
td.TdClassName
{
border-color: #DEAF22;
}
.TagClassName
{
border-color: #DEAF22;
}
</style>