Shades of Tulip Tree #DEAC41
Tints of Tulip Tree #DEAC41
RGB
CMYK
RGB Variations
Color information
#DEAC41 (or 0xDEAC41) is known color: Tulip Tree. HEX triplet: DE, AC and 41. RGB value is (222,172,65). Sum of RGB (Red+Green+Blue) = 222+172+65=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC41 is #2153BE. Grayscale: #AFAFAF. Windows color (decimal): -2184127 or 4304094. OLE color: 4304094.
HSL color Cylindrical-coordinate representation of color #DEAC41: hue angle of 40.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEAC41 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 65 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.13 |
| HSL | 40.89º | 0.7% | 0.56% | - |
| HSV(B) | 40.89º | 0.71% | 0.87% | - |
| XYZ | 45.83 | 45.42 | 11.35 | - |
| YUV | 174.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 65 | 0 | 0.23 | 0.71 | 0.13 | 40.89 | 0.7 | 0.56 |
| Hex | DE | AC | 41 | 0 | 17 | 47 | D | 29 | 46 | 38 |
| Octal | 336 | 254 | 101 | 0 | 27 | 107 | 15 | 51 | 106 | 70 |
| Binary | 11011110 | 10101100 | 1000001 | 0 | 10111 | 1000111 | 1101 | 101001 | 1000110 | 111000 |
Color Harmonies of #DEAC41
Complementary color
Monochromatic Colors of #DEAC41
Black with #DEAC41
Text Example
Text Example
White with #DEAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC41; }
p { color: rgb(222,172,65); }
H1.HeaderClassName
{
color: #DEAC41;
}
.AnyTagClassName
{
color: #DEAC41;
}
</style>
background-color css
<style>
a { background-color: #DEAC41; }
a { background-color: rgb(222,172,65); }
div.DivClassName
{
background-color: #DEAC41;
}
.BgClassName
{
background-color: #DEAC41;
}
</style>
border-color css
<style>
span { border-color: #DEAC41; }
span { border-color: rgb(222,172,65); }
td.TdClassName
{
border-color: #DEAC41;
}
.TagClassName
{
border-color: #DEAC41;
}
</style>