Shades of Tulip Tree #DEAC45
Tints of Tulip Tree #DEAC45
RGB
CMYK
RGB Variations
Color information
#DEAC45 (or 0xDEAC45) is known color: Tulip Tree. HEX triplet: DE, AC and 45. RGB value is (222,172,69). Sum of RGB (Red+Green+Blue) = 222+172+69=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC45 is #2153BA. Grayscale: #AFAFAF. Windows color (decimal): -2184123 or 4566238. OLE color: 4566238.
HSL color Cylindrical-coordinate representation of color #DEAC45: hue angle of 40.39º 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 #DEAC45 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 69 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.13 |
| HSL | 40.39º | 0.7% | 0.57% | - |
| HSV(B) | 40.39º | 0.69% | 0.87% | - |
| XYZ | 45.95 | 45.46 | 11.98 | - |
| YUV | 175.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 69 | 0 | 0.23 | 0.69 | 0.13 | 40.39 | 0.7 | 0.57 |
| Hex | DE | AC | 45 | 0 | 17 | 45 | D | 28 | 46 | 39 |
| Octal | 336 | 254 | 105 | 0 | 27 | 105 | 15 | 50 | 106 | 71 |
| Binary | 11011110 | 10101100 | 1000101 | 0 | 10111 | 1000101 | 1101 | 101000 | 1000110 | 111001 |
Color Harmonies of #DEAC45
Complementary color
Monochromatic Colors of #DEAC45
Black with #DEAC45
Text Example
Text Example
White with #DEAC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC45; }
p { color: rgb(222,172,69); }
H1.HeaderClassName
{
color: #DEAC45;
}
.AnyTagClassName
{
color: #DEAC45;
}
</style>
background-color css
<style>
a { background-color: #DEAC45; }
a { background-color: rgb(222,172,69); }
div.DivClassName
{
background-color: #DEAC45;
}
.BgClassName
{
background-color: #DEAC45;
}
</style>
border-color css
<style>
span { border-color: #DEAC45; }
span { border-color: rgb(222,172,69); }
td.TdClassName
{
border-color: #DEAC45;
}
.TagClassName
{
border-color: #DEAC45;
}
</style>