Shades of Gold Tips #DEAB2C
Tints of Gold Tips #DEAB2C
RGB
CMYK
RGB Variations
Color information
#DEAB2C (or 0xDEAB2C) is known color: Gold Tips. HEX triplet: DE, AB and 2C. RGB value is (222,171,44). Sum of RGB (Red+Green+Blue) = 222+171+44=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB2C is #2154D3. Grayscale: #ACACAC. Windows color (decimal): -2184404 or 2927582. OLE color: 2927582.
HSL color Cylindrical-coordinate representation of color #DEAB2C: hue angle of 42.81º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEAB2C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 44 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.13 |
| HSL | 42.81º | 0.73% | 0.52% | - |
| HSV(B) | 42.81º | 0.8% | 0.87% | - |
| XYZ | 45.14 | 44.84 | 8.66 | - |
| YUV | 171.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 44 | 0 | 0.23 | 0.80 | 0.13 | 42.81 | 0.73 | 0.52 |
| Hex | DE | AB | 2C | 0 | 17 | 50 | D | 2B | 49 | 34 |
| Octal | 336 | 253 | 54 | 0 | 27 | 120 | 15 | 53 | 111 | 64 |
| Binary | 11011110 | 10101011 | 101100 | 0 | 10111 | 1010000 | 1101 | 101011 | 1001001 | 110100 |
Color Harmonies of #DEAB2C
Complementary color
Monochromatic Colors of #DEAB2C
Black with #DEAB2C
Text Example
Text Example
White with #DEAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB2C; }
p { color: rgb(222,171,44); }
H1.HeaderClassName
{
color: #DEAB2C;
}
.AnyTagClassName
{
color: #DEAB2C;
}
</style>
background-color css
<style>
a { background-color: #DEAB2C; }
a { background-color: rgb(222,171,44); }
div.DivClassName
{
background-color: #DEAB2C;
}
.BgClassName
{
background-color: #DEAB2C;
}
</style>
border-color css
<style>
span { border-color: #DEAB2C; }
span { border-color: rgb(222,171,44); }
td.TdClassName
{
border-color: #DEAB2C;
}
.TagClassName
{
border-color: #DEAB2C;
}
</style>