Shades of Gold Tips #DEAD31
Tints of Gold Tips #DEAD31
RGB
CMYK
RGB Variations
Color information
#DEAD31 (or 0xDEAD31) is known color: Gold Tips. HEX triplet: DE, AD and 31. RGB value is (222,173,49). Sum of RGB (Red+Green+Blue) = 222+173+49=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD31 is #2152CE. Grayscale: #AEAEAE. Windows color (decimal): -2183887 or 3255774. OLE color: 3255774.
HSL color Cylindrical-coordinate representation of color #DEAD31: hue angle of 43.01º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEAD31 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 49 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.13 |
| HSL | 43.01º | 0.72% | 0.53% | - |
| HSV(B) | 43.01º | 0.78% | 0.87% | - |
| XYZ | 45.62 | 45.64 | 9.31 | - |
| YUV | 173.52 | 57.73 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 49 | 0 | 0.22 | 0.78 | 0.13 | 43.01 | 0.72 | 0.53 |
| Hex | DE | AD | 31 | 0 | 16 | 4E | D | 2B | 48 | 35 |
| Octal | 336 | 255 | 61 | 0 | 26 | 116 | 15 | 53 | 110 | 65 |
| Binary | 11011110 | 10101101 | 110001 | 0 | 10110 | 1001110 | 1101 | 101011 | 1001000 | 110101 |
Color Harmonies of #DEAD31
Complementary color
Monochromatic Colors of #DEAD31
Black with #DEAD31
Text Example
Text Example
White with #DEAD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD31; }
p { color: rgb(222,173,49); }
H1.HeaderClassName
{
color: #DEAD31;
}
.AnyTagClassName
{
color: #DEAD31;
}
</style>
background-color css
<style>
a { background-color: #DEAD31; }
a { background-color: rgb(222,173,49); }
div.DivClassName
{
background-color: #DEAD31;
}
.BgClassName
{
background-color: #DEAD31;
}
</style>
border-color css
<style>
span { border-color: #DEAD31; }
span { border-color: rgb(222,173,49); }
td.TdClassName
{
border-color: #DEAD31;
}
.TagClassName
{
border-color: #DEAD31;
}
</style>