Shades of Gold Tips #DEAB2D
Tints of Gold Tips #DEAB2D
RGB
CMYK
RGB Variations
Color information
#DEAB2D (or 0xDEAB2D) is known color: Gold Tips. HEX triplet: DE, AB and 2D. RGB value is (222,171,45). Sum of RGB (Red+Green+Blue) = 222+171+45=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB2D is #2154D2. Grayscale: #ACACAC. Windows color (decimal): -2184403 or 2993118. OLE color: 2993118.
HSL color Cylindrical-coordinate representation of color #DEAB2D: hue angle of 42.71º 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 #DEAB2D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 45 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.13 |
| HSL | 42.71º | 0.73% | 0.52% | - |
| HSV(B) | 42.71º | 0.8% | 0.87% | - |
| XYZ | 45.16 | 44.84 | 8.76 | - |
| YUV | 171.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 45 | 0 | 0.23 | 0.80 | 0.13 | 42.71 | 0.73 | 0.52 |
| Hex | DE | AB | 2D | 0 | 17 | 50 | D | 2B | 49 | 34 |
| Octal | 336 | 253 | 55 | 0 | 27 | 120 | 15 | 53 | 111 | 64 |
| Binary | 11011110 | 10101011 | 101101 | 0 | 10111 | 1010000 | 1101 | 101011 | 1001001 | 110100 |
Color Harmonies of #DEAB2D
Complementary color
Monochromatic Colors of #DEAB2D
Black with #DEAB2D
Text Example
Text Example
White with #DEAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB2D; }
p { color: rgb(222,171,45); }
H1.HeaderClassName
{
color: #DEAB2D;
}
.AnyTagClassName
{
color: #DEAB2D;
}
</style>
background-color css
<style>
a { background-color: #DEAB2D; }
a { background-color: rgb(222,171,45); }
div.DivClassName
{
background-color: #DEAB2D;
}
.BgClassName
{
background-color: #DEAB2D;
}
</style>
border-color css
<style>
span { border-color: #DEAB2D; }
span { border-color: rgb(222,171,45); }
td.TdClassName
{
border-color: #DEAB2D;
}
.TagClassName
{
border-color: #DEAB2D;
}
</style>