Shades of Tulip Tree #DEAD36
Tints of Tulip Tree #DEAD36
RGB
CMYK
RGB Variations
Color information
#DEAD36 (or 0xDEAD36) is known color: Tulip Tree. HEX triplet: DE, AD and 36. RGB value is (222,173,54). Sum of RGB (Red+Green+Blue) = 222+173+54=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD36 is #2152C9. Grayscale: #AEAEAE. Windows color (decimal): -2183882 or 3583454. OLE color: 3583454.
HSL color Cylindrical-coordinate representation of color #DEAD36: hue angle of 42.5º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEAD36 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 54 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.13 |
| HSL | 42.5º | 0.72% | 0.54% | - |
| HSV(B) | 42.5º | 0.76% | 0.87% | - |
| XYZ | 45.73 | 45.68 | 9.9 | - |
| YUV | 174.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 54 | 0 | 0.22 | 0.76 | 0.13 | 42.5 | 0.72 | 0.54 |
| Hex | DE | AD | 36 | 0 | 16 | 4C | D | 2A | 48 | 36 |
| Octal | 336 | 255 | 66 | 0 | 26 | 114 | 15 | 52 | 110 | 66 |
| Binary | 11011110 | 10101101 | 110110 | 0 | 10110 | 1001100 | 1101 | 101010 | 1001000 | 110110 |
Color Harmonies of #DEAD36
Complementary color
Monochromatic Colors of #DEAD36
Black with #DEAD36
Text Example
Text Example
White with #DEAD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD36; }
p { color: rgb(222,173,54); }
H1.HeaderClassName
{
color: #DEAD36;
}
.AnyTagClassName
{
color: #DEAD36;
}
</style>
background-color css
<style>
a { background-color: #DEAD36; }
a { background-color: rgb(222,173,54); }
div.DivClassName
{
background-color: #DEAD36;
}
.BgClassName
{
background-color: #DEAD36;
}
</style>
border-color css
<style>
span { border-color: #DEAD36; }
span { border-color: rgb(222,173,54); }
td.TdClassName
{
border-color: #DEAD36;
}
.TagClassName
{
border-color: #DEAD36;
}
</style>