Shades of Gold Tips #DEAD28
Tints of Gold Tips #DEAD28
RGB
CMYK
RGB Variations
Color information
#DEAD28 (or 0xDEAD28) is known color: Gold Tips. HEX triplet: DE, AD and 28. RGB value is (222,173,40). Sum of RGB (Red+Green+Blue) = 222+173+40=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD28 is #2152D7. Grayscale: #ADADAD. Windows color (decimal): -2183896 or 2665950. OLE color: 2665950.
HSL color Cylindrical-coordinate representation of color #DEAD28: hue angle of 43.85º 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 #DEAD28 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 40 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.13 |
| HSL | 43.85º | 0.73% | 0.51% | - |
| HSV(B) | 43.85º | 0.82% | 0.87% | - |
| XYZ | 45.45 | 45.57 | 8.41 | - |
| YUV | 172.49 | 53.23 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 40 | 0 | 0.22 | 0.82 | 0.13 | 43.85 | 0.73 | 0.51 |
| Hex | DE | AD | 28 | 0 | 16 | 52 | D | 2C | 49 | 33 |
| Octal | 336 | 255 | 50 | 0 | 26 | 122 | 15 | 54 | 111 | 63 |
| Binary | 11011110 | 10101101 | 101000 | 0 | 10110 | 1010010 | 1101 | 101100 | 1001001 | 110011 |
Color Harmonies of #DEAD28
Complementary color
Monochromatic Colors of #DEAD28
Black with #DEAD28
Text Example
Text Example
White with #DEAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD28; }
p { color: rgb(222,173,40); }
H1.HeaderClassName
{
color: #DEAD28;
}
.AnyTagClassName
{
color: #DEAD28;
}
</style>
background-color css
<style>
a { background-color: #DEAD28; }
a { background-color: rgb(222,173,40); }
div.DivClassName
{
background-color: #DEAD28;
}
.BgClassName
{
background-color: #DEAD28;
}
</style>
border-color css
<style>
span { border-color: #DEAD28; }
span { border-color: rgb(222,173,40); }
td.TdClassName
{
border-color: #DEAD28;
}
.TagClassName
{
border-color: #DEAD28;
}
</style>