Shades of Tulip Tree #DEAC44
Tints of Tulip Tree #DEAC44
RGB
CMYK
RGB Variations
Color information
#DEAC44 (or 0xDEAC44) is known color: Tulip Tree. HEX triplet: DE, AC and 44. RGB value is (222,172,68). Sum of RGB (Red+Green+Blue) = 222+172+68=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC44 is #2153BB. Grayscale: #AFAFAF. Windows color (decimal): -2184124 or 4500702. OLE color: 4500702.
HSL color Cylindrical-coordinate representation of color #DEAC44: hue angle of 40.52º 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 #DEAC44 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 68 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.13 |
| HSL | 40.52º | 0.7% | 0.57% | - |
| HSV(B) | 40.52º | 0.69% | 0.87% | - |
| XYZ | 45.92 | 45.45 | 11.82 | - |
| YUV | 175.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 68 | 0 | 0.23 | 0.69 | 0.13 | 40.52 | 0.7 | 0.57 |
| Hex | DE | AC | 44 | 0 | 17 | 45 | D | 29 | 46 | 39 |
| Octal | 336 | 254 | 104 | 0 | 27 | 105 | 15 | 51 | 106 | 71 |
| Binary | 11011110 | 10101100 | 1000100 | 0 | 10111 | 1000101 | 1101 | 101001 | 1000110 | 111001 |
Color Harmonies of #DEAC44
Complementary color
Monochromatic Colors of #DEAC44
Black with #DEAC44
Text Example
Text Example
White with #DEAC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC44; }
p { color: rgb(222,172,68); }
H1.HeaderClassName
{
color: #DEAC44;
}
.AnyTagClassName
{
color: #DEAC44;
}
</style>
background-color css
<style>
a { background-color: #DEAC44; }
a { background-color: rgb(222,172,68); }
div.DivClassName
{
background-color: #DEAC44;
}
.BgClassName
{
background-color: #DEAC44;
}
</style>
border-color css
<style>
span { border-color: #DEAC44; }
span { border-color: rgb(222,172,68); }
td.TdClassName
{
border-color: #DEAC44;
}
.TagClassName
{
border-color: #DEAC44;
}
</style>