Shades of Gold Tips #DEAB2A
Tints of Gold Tips #DEAB2A
RGB
CMYK
RGB Variations
Color information
#DEAB2A (or 0xDEAB2A) is known color: Gold Tips. HEX triplet: DE, AB and 2A. RGB value is (222,171,42). Sum of RGB (Red+Green+Blue) = 222+171+42=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB2A is #2154D5. Grayscale: #ACACAC. Windows color (decimal): -2184406 or 2796510. OLE color: 2796510.
HSL color Cylindrical-coordinate representation of color #DEAB2A: hue angle of 43º 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 #DEAB2A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 42 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.13 |
| HSL | 43º | 0.73% | 0.52% | - |
| HSV(B) | 43º | 0.81% | 0.87% | - |
| XYZ | 45.11 | 44.82 | 8.46 | - |
| YUV | 171.54 | 54.9 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 42 | 0 | 0.23 | 0.81 | 0.13 | 43 | 0.73 | 0.52 |
| Hex | DE | AB | 2A | 0 | 17 | 51 | D | 2B | 49 | 34 |
| Octal | 336 | 253 | 52 | 0 | 27 | 121 | 15 | 53 | 111 | 64 |
| Binary | 11011110 | 10101011 | 101010 | 0 | 10111 | 1010001 | 1101 | 101011 | 1001001 | 110100 |
Color Harmonies of #DEAB2A
Complementary color
Monochromatic Colors of #DEAB2A
Black with #DEAB2A
Text Example
Text Example
White with #DEAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB2A; }
p { color: rgb(222,171,42); }
H1.HeaderClassName
{
color: #DEAB2A;
}
.AnyTagClassName
{
color: #DEAB2A;
}
</style>
background-color css
<style>
a { background-color: #DEAB2A; }
a { background-color: rgb(222,171,42); }
div.DivClassName
{
background-color: #DEAB2A;
}
.BgClassName
{
background-color: #DEAB2A;
}
</style>
border-color css
<style>
span { border-color: #DEAB2A; }
span { border-color: rgb(222,171,42); }
td.TdClassName
{
border-color: #DEAB2A;
}
.TagClassName
{
border-color: #DEAB2A;
}
</style>