Shades of Gold Tips #DEAF2B
Tints of Gold Tips #DEAF2B
RGB
CMYK
RGB Variations
Color information
#DEAF2B (or 0xDEAF2B) is known color: Gold Tips. HEX triplet: DE, AF and 2B. RGB value is (222,175,43). Sum of RGB (Red+Green+Blue) = 222+175+43=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF2B is #2150D4. Grayscale: #AEAEAE. Windows color (decimal): -2183381 or 2863070. OLE color: 2863070.
HSL color Cylindrical-coordinate representation of color #DEAF2B: hue angle of 44.25º 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 #DEAF2B is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 43 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.13 |
| HSL | 44.25º | 0.73% | 0.52% | - |
| HSV(B) | 44.25º | 0.81% | 0.87% | - |
| XYZ | 45.89 | 46.36 | 8.82 | - |
| YUV | 174.01 | 54.07 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 43 | 0 | 0.21 | 0.81 | 0.13 | 44.25 | 0.73 | 0.52 |
| Hex | DE | AF | 2B | 0 | 15 | 51 | D | 2C | 49 | 34 |
| Octal | 336 | 257 | 53 | 0 | 25 | 121 | 15 | 54 | 111 | 64 |
| Binary | 11011110 | 10101111 | 101011 | 0 | 10101 | 1010001 | 1101 | 101100 | 1001001 | 110100 |
Color Harmonies of #DEAF2B
Complementary color
Monochromatic Colors of #DEAF2B
Black with #DEAF2B
Text Example
Text Example
White with #DEAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF2B; }
p { color: rgb(222,175,43); }
H1.HeaderClassName
{
color: #DEAF2B;
}
.AnyTagClassName
{
color: #DEAF2B;
}
</style>
background-color css
<style>
a { background-color: #DEAF2B; }
a { background-color: rgb(222,175,43); }
div.DivClassName
{
background-color: #DEAF2B;
}
.BgClassName
{
background-color: #DEAF2B;
}
</style>
border-color css
<style>
span { border-color: #DEAF2B; }
span { border-color: rgb(222,175,43); }
td.TdClassName
{
border-color: #DEAF2B;
}
.TagClassName
{
border-color: #DEAF2B;
}
</style>