Shades of Gold Tips #DEAF2A
Tints of Gold Tips #DEAF2A
RGB
CMYK
RGB Variations
Color information
#DEAF2A (or 0xDEAF2A) is known color: Gold Tips. HEX triplet: DE, AF and 2A. RGB value is (222,175,42). Sum of RGB (Red+Green+Blue) = 222+175+42=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF2A is #2150D5. Grayscale: #AEAEAE. Windows color (decimal): -2183382 or 2797534. OLE color: 2797534.
HSL color Cylindrical-coordinate representation of color #DEAF2A: hue angle of 44.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEAF2A is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 42 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.13 |
| HSL | 44.33º | 0.73% | 0.52% | - |
| HSV(B) | 44.33º | 0.81% | 0.87% | - |
| XYZ | 45.87 | 46.36 | 8.72 | - |
| YUV | 173.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 42 | 0 | 0.21 | 0.81 | 0.13 | 44.33 | 0.73 | 0.52 |
| Hex | DE | AF | 2A | 0 | 15 | 51 | D | 2C | 49 | 34 |
| Octal | 336 | 257 | 52 | 0 | 25 | 121 | 15 | 54 | 111 | 64 |
| Binary | 11011110 | 10101111 | 101010 | 0 | 10101 | 1010001 | 1101 | 101100 | 1001001 | 110100 |
Color Harmonies of #DEAF2A
Complementary color
Monochromatic Colors of #DEAF2A
Black with #DEAF2A
Text Example
Text Example
White with #DEAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF2A; }
p { color: rgb(222,175,42); }
H1.HeaderClassName
{
color: #DEAF2A;
}
.AnyTagClassName
{
color: #DEAF2A;
}
</style>
background-color css
<style>
a { background-color: #DEAF2A; }
a { background-color: rgb(222,175,42); }
div.DivClassName
{
background-color: #DEAF2A;
}
.BgClassName
{
background-color: #DEAF2A;
}
</style>
border-color css
<style>
span { border-color: #DEAF2A; }
span { border-color: rgb(222,175,42); }
td.TdClassName
{
border-color: #DEAF2A;
}
.TagClassName
{
border-color: #DEAF2A;
}
</style>