Shades of Tulip Tree #DEAB45
Tints of Tulip Tree #DEAB45
RGB
CMYK
RGB Variations
Color information
#DEAB45 (or 0xDEAB45) is known color: Tulip Tree. HEX triplet: DE, AB and 45. RGB value is (222,171,69). Sum of RGB (Red+Green+Blue) = 222+171+69=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB45 is #2154BA. Grayscale: #AFAFAF. Windows color (decimal): -2184379 or 4565982. OLE color: 4565982.
HSL color Cylindrical-coordinate representation of color #DEAB45: hue angle of 40º 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 #DEAB45 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 69 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.13 |
| HSL | 40º | 0.7% | 0.57% | - |
| HSV(B) | 40º | 0.69% | 0.87% | - |
| XYZ | 45.76 | 45.09 | 11.92 | - |
| YUV | 174.62 | 68.4 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 69 | 0 | 0.23 | 0.69 | 0.13 | 40 | 0.7 | 0.57 |
| Hex | DE | AB | 45 | 0 | 17 | 45 | D | 28 | 46 | 39 |
| Octal | 336 | 253 | 105 | 0 | 27 | 105 | 15 | 50 | 106 | 71 |
| Binary | 11011110 | 10101011 | 1000101 | 0 | 10111 | 1000101 | 1101 | 101000 | 1000110 | 111001 |
Color Harmonies of #DEAB45
Complementary color
Monochromatic Colors of #DEAB45
Black with #DEAB45
Text Example
Text Example
White with #DEAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB45; }
p { color: rgb(222,171,69); }
H1.HeaderClassName
{
color: #DEAB45;
}
.AnyTagClassName
{
color: #DEAB45;
}
</style>
background-color css
<style>
a { background-color: #DEAB45; }
a { background-color: rgb(222,171,69); }
div.DivClassName
{
background-color: #DEAB45;
}
.BgClassName
{
background-color: #DEAB45;
}
</style>
border-color css
<style>
span { border-color: #DEAB45; }
span { border-color: rgb(222,171,69); }
td.TdClassName
{
border-color: #DEAB45;
}
.TagClassName
{
border-color: #DEAB45;
}
</style>