Shades of Gold Tips #DEAB28
Tints of Gold Tips #DEAB28
RGB
CMYK
RGB Variations
Color information
#DEAB28 (or 0xDEAB28) is known color: Gold Tips. HEX triplet: DE, AB and 28. RGB value is (222,171,40). Sum of RGB (Red+Green+Blue) = 222+171+40=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB28 is #2154D7. Grayscale: #ABABAB. Windows color (decimal): -2184408 or 2665438. OLE color: 2665438.
HSL color Cylindrical-coordinate representation of color #DEAB28: hue angle of 43.19º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEAB28 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 40 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.13 |
| HSL | 43.19º | 0.73% | 0.51% | - |
| HSV(B) | 43.19º | 0.82% | 0.87% | - |
| XYZ | 45.07 | 44.81 | 8.28 | - |
| YUV | 171.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 40 | 0 | 0.23 | 0.82 | 0.13 | 43.19 | 0.73 | 0.51 |
| Hex | DE | AB | 28 | 0 | 17 | 52 | D | 2B | 49 | 33 |
| Octal | 336 | 253 | 50 | 0 | 27 | 122 | 15 | 53 | 111 | 63 |
| Binary | 11011110 | 10101011 | 101000 | 0 | 10111 | 1010010 | 1101 | 101011 | 1001001 | 110011 |
Color Harmonies of #DEAB28
Complementary color
Monochromatic Colors of #DEAB28
Black with #DEAB28
Text Example
Text Example
White with #DEAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB28; }
p { color: rgb(222,171,40); }
H1.HeaderClassName
{
color: #DEAB28;
}
.AnyTagClassName
{
color: #DEAB28;
}
</style>
background-color css
<style>
a { background-color: #DEAB28; }
a { background-color: rgb(222,171,40); }
div.DivClassName
{
background-color: #DEAB28;
}
.BgClassName
{
background-color: #DEAB28;
}
</style>
border-color css
<style>
span { border-color: #DEAB28; }
span { border-color: rgb(222,171,40); }
td.TdClassName
{
border-color: #DEAB28;
}
.TagClassName
{
border-color: #DEAB28;
}
</style>