Shades of Tulip Tree #DEAD44
Tints of Tulip Tree #DEAD44
RGB
CMYK
RGB Variations
Color information
#DEAD44 (or 0xDEAD44) is known color: Tulip Tree. HEX triplet: DE, AD and 44. RGB value is (222,173,68). Sum of RGB (Red+Green+Blue) = 222+173+68=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD44 is #2152BB. Grayscale: #B0B0B0. Windows color (decimal): -2183868 or 4500958. OLE color: 4500958.
HSL color Cylindrical-coordinate representation of color #DEAD44: hue angle of 40.91º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEAD44 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 68 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.13 |
| HSL | 40.91º | 0.7% | 0.57% | - |
| HSV(B) | 40.91º | 0.69% | 0.87% | - |
| XYZ | 46.11 | 45.83 | 11.89 | - |
| YUV | 175.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 68 | 0 | 0.22 | 0.69 | 0.13 | 40.91 | 0.7 | 0.57 |
| Hex | DE | AD | 44 | 0 | 16 | 45 | D | 29 | 46 | 39 |
| Octal | 336 | 255 | 104 | 0 | 26 | 105 | 15 | 51 | 106 | 71 |
| Binary | 11011110 | 10101101 | 1000100 | 0 | 10110 | 1000101 | 1101 | 101001 | 1000110 | 111001 |
Color Harmonies of #DEAD44
Complementary color
Monochromatic Colors of #DEAD44
Black with #DEAD44
Text Example
Text Example
White with #DEAD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD44; }
p { color: rgb(222,173,68); }
H1.HeaderClassName
{
color: #DEAD44;
}
.AnyTagClassName
{
color: #DEAD44;
}
</style>
background-color css
<style>
a { background-color: #DEAD44; }
a { background-color: rgb(222,173,68); }
div.DivClassName
{
background-color: #DEAD44;
}
.BgClassName
{
background-color: #DEAD44;
}
</style>
border-color css
<style>
span { border-color: #DEAD44; }
span { border-color: rgb(222,173,68); }
td.TdClassName
{
border-color: #DEAD44;
}
.TagClassName
{
border-color: #DEAD44;
}
</style>