Shades of Tulip Tree #DEAE42
Tints of Tulip Tree #DEAE42
RGB
CMYK
RGB Variations
Color information
#DEAE42 (or 0xDEAE42) is known color: Tulip Tree. HEX triplet: DE, AE and 42. RGB value is (222,174,66). Sum of RGB (Red+Green+Blue) = 222+174+66=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAE42 is #2151BD. Grayscale: #B0B0B0. Windows color (decimal): -2183614 or 4370142. OLE color: 4370142.
HSL color Cylindrical-coordinate representation of color #DEAE42: hue angle of 41.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEAE42 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 66 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.13 |
| HSL | 41.54º | 0.7% | 0.56% | - |
| HSV(B) | 41.54º | 0.7% | 0.87% | - |
| XYZ | 46.24 | 46.2 | 11.63 | - |
| YUV | 176.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 66 | 0 | 0.22 | 0.70 | 0.13 | 41.54 | 0.7 | 0.56 |
| Hex | DE | AE | 42 | 0 | 16 | 46 | D | 2A | 46 | 38 |
| Octal | 336 | 256 | 102 | 0 | 26 | 106 | 15 | 52 | 106 | 70 |
| Binary | 11011110 | 10101110 | 1000010 | 0 | 10110 | 1000110 | 1101 | 101010 | 1000110 | 111000 |
Color Harmonies of #DEAE42
Complementary color
Monochromatic Colors of #DEAE42
Black with #DEAE42
Text Example
Text Example
White with #DEAE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE42; }
p { color: rgb(222,174,66); }
H1.HeaderClassName
{
color: #DEAE42;
}
.AnyTagClassName
{
color: #DEAE42;
}
</style>
background-color css
<style>
a { background-color: #DEAE42; }
a { background-color: rgb(222,174,66); }
div.DivClassName
{
background-color: #DEAE42;
}
.BgClassName
{
background-color: #DEAE42;
}
</style>
border-color css
<style>
span { border-color: #DEAE42; }
span { border-color: rgb(222,174,66); }
td.TdClassName
{
border-color: #DEAE42;
}
.TagClassName
{
border-color: #DEAE42;
}
</style>