Shades of Gold Tips #DEAB2F
Tints of Gold Tips #DEAB2F
RGB
CMYK
RGB Variations
Color information
#DEAB2F (or 0xDEAB2F) is known color: Gold Tips. HEX triplet: DE, AB and 2F. RGB value is (222,171,47). Sum of RGB (Red+Green+Blue) = 222+171+47=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB2F is #2154D0. Grayscale: #ACACAC. Windows color (decimal): -2184401 or 3124190. OLE color: 3124190.
HSL color Cylindrical-coordinate representation of color #DEAB2F: hue angle of 42.51º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEAB2F is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 47 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.13 |
| HSL | 42.51º | 0.73% | 0.53% | - |
| HSV(B) | 42.51º | 0.79% | 0.87% | - |
| XYZ | 45.2 | 44.86 | 8.97 | - |
| YUV | 172.11 | 57.4 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 47 | 0 | 0.23 | 0.79 | 0.13 | 42.51 | 0.73 | 0.53 |
| Hex | DE | AB | 2F | 0 | 17 | 4F | D | 2B | 49 | 35 |
| Octal | 336 | 253 | 57 | 0 | 27 | 117 | 15 | 53 | 111 | 65 |
| Binary | 11011110 | 10101011 | 101111 | 0 | 10111 | 1001111 | 1101 | 101011 | 1001001 | 110101 |
Color Harmonies of #DEAB2F
Complementary color
Monochromatic Colors of #DEAB2F
Black with #DEAB2F
Text Example
Text Example
White with #DEAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB2F; }
p { color: rgb(222,171,47); }
H1.HeaderClassName
{
color: #DEAB2F;
}
.AnyTagClassName
{
color: #DEAB2F;
}
</style>
background-color css
<style>
a { background-color: #DEAB2F; }
a { background-color: rgb(222,171,47); }
div.DivClassName
{
background-color: #DEAB2F;
}
.BgClassName
{
background-color: #DEAB2F;
}
</style>
border-color css
<style>
span { border-color: #DEAB2F; }
span { border-color: rgb(222,171,47); }
td.TdClassName
{
border-color: #DEAB2F;
}
.TagClassName
{
border-color: #DEAB2F;
}
</style>