Shades of Tulip Tree #DEAA39
Tints of Tulip Tree #DEAA39
RGB
CMYK
RGB Variations
Color information
#DEAA39 (or 0xDEAA39) is known color: Tulip Tree. HEX triplet: DE, AA and 39. RGB value is (222,170,57). Sum of RGB (Red+Green+Blue) = 222+170+57=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA39 is #2155C6. Grayscale: #ADADAD. Windows color (decimal): -2184647 or 3779294. OLE color: 3779294.
HSL color Cylindrical-coordinate representation of color #DEAA39: hue angle of 41.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEAA39 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 57 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.13 |
| HSL | 41.09º | 0.71% | 0.55% | - |
| HSV(B) | 41.09º | 0.74% | 0.87% | - |
| XYZ | 45.24 | 44.57 | 10.09 | - |
| YUV | 172.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 57 | 0 | 0.23 | 0.74 | 0.13 | 41.09 | 0.71 | 0.55 |
| Hex | DE | AA | 39 | 0 | 17 | 4A | D | 29 | 47 | 37 |
| Octal | 336 | 252 | 71 | 0 | 27 | 112 | 15 | 51 | 107 | 67 |
| Binary | 11011110 | 10101010 | 111001 | 0 | 10111 | 1001010 | 1101 | 101001 | 1000111 | 110111 |
Color Harmonies of #DEAA39
Complementary color
Monochromatic Colors of #DEAA39
Black with #DEAA39
Text Example
Text Example
White with #DEAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA39; }
p { color: rgb(222,170,57); }
H1.HeaderClassName
{
color: #DEAA39;
}
.AnyTagClassName
{
color: #DEAA39;
}
</style>
background-color css
<style>
a { background-color: #DEAA39; }
a { background-color: rgb(222,170,57); }
div.DivClassName
{
background-color: #DEAA39;
}
.BgClassName
{
background-color: #DEAA39;
}
</style>
border-color css
<style>
span { border-color: #DEAA39; }
span { border-color: rgb(222,170,57); }
td.TdClassName
{
border-color: #DEAA39;
}
.TagClassName
{
border-color: #DEAA39;
}
</style>