Shades of Tulip Tree #DEAC42
Tints of Tulip Tree #DEAC42
RGB
CMYK
RGB Variations
Color information
#DEAC42 (or 0xDEAC42) is known color: Tulip Tree. HEX triplet: DE, AC and 42. RGB value is (222,172,66). Sum of RGB (Red+Green+Blue) = 222+172+66=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC42 is #2153BD. Grayscale: #AFAFAF. Windows color (decimal): -2184126 or 4369630. OLE color: 4369630.
HSL color Cylindrical-coordinate representation of color #DEAC42: hue angle of 40.77º 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 #DEAC42 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 66 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.13 |
| HSL | 40.77º | 0.7% | 0.56% | - |
| HSV(B) | 40.77º | 0.7% | 0.87% | - |
| XYZ | 45.86 | 45.43 | 11.51 | - |
| YUV | 174.87 | 66.57 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 66 | 0 | 0.23 | 0.70 | 0.13 | 40.77 | 0.7 | 0.56 |
| Hex | DE | AC | 42 | 0 | 17 | 46 | D | 29 | 46 | 38 |
| Octal | 336 | 254 | 102 | 0 | 27 | 106 | 15 | 51 | 106 | 70 |
| Binary | 11011110 | 10101100 | 1000010 | 0 | 10111 | 1000110 | 1101 | 101001 | 1000110 | 111000 |
Color Harmonies of #DEAC42
Complementary color
Monochromatic Colors of #DEAC42
Black with #DEAC42
Text Example
Text Example
White with #DEAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC42; }
p { color: rgb(222,172,66); }
H1.HeaderClassName
{
color: #DEAC42;
}
.AnyTagClassName
{
color: #DEAC42;
}
</style>
background-color css
<style>
a { background-color: #DEAC42; }
a { background-color: rgb(222,172,66); }
div.DivClassName
{
background-color: #DEAC42;
}
.BgClassName
{
background-color: #DEAC42;
}
</style>
border-color css
<style>
span { border-color: #DEAC42; }
span { border-color: rgb(222,172,66); }
td.TdClassName
{
border-color: #DEAC42;
}
.TagClassName
{
border-color: #DEAC42;
}
</style>