Shades of Tulip Tree #DEAB32
Tints of Tulip Tree #DEAB32
RGB
CMYK
RGB Variations
Color information
#DEAB32 (or 0xDEAB32) is known color: Tulip Tree. HEX triplet: DE, AB and 32. RGB value is (222,171,50). Sum of RGB (Red+Green+Blue) = 222+171+50=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB32 is #2154CD. Grayscale: #ACACAC. Windows color (decimal): -2184398 or 3320798. OLE color: 3320798.
HSL color Cylindrical-coordinate representation of color #DEAB32: hue angle of 42.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEAB32 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 50 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.13 |
| HSL | 42.21º | 0.72% | 0.53% | - |
| HSV(B) | 42.21º | 0.77% | 0.87% | - |
| XYZ | 45.26 | 44.89 | 9.3 | - |
| YUV | 172.46 | 58.9 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 50 | 0 | 0.23 | 0.77 | 0.13 | 42.21 | 0.72 | 0.53 |
| Hex | DE | AB | 32 | 0 | 17 | 4D | D | 2A | 48 | 35 |
| Octal | 336 | 253 | 62 | 0 | 27 | 115 | 15 | 52 | 110 | 65 |
| Binary | 11011110 | 10101011 | 110010 | 0 | 10111 | 1001101 | 1101 | 101010 | 1001000 | 110101 |
Color Harmonies of #DEAB32
Complementary color
Monochromatic Colors of #DEAB32
Black with #DEAB32
Text Example
Text Example
White with #DEAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB32; }
p { color: rgb(222,171,50); }
H1.HeaderClassName
{
color: #DEAB32;
}
.AnyTagClassName
{
color: #DEAB32;
}
</style>
background-color css
<style>
a { background-color: #DEAB32; }
a { background-color: rgb(222,171,50); }
div.DivClassName
{
background-color: #DEAB32;
}
.BgClassName
{
background-color: #DEAB32;
}
</style>
border-color css
<style>
span { border-color: #DEAB32; }
span { border-color: rgb(222,171,50); }
td.TdClassName
{
border-color: #DEAB32;
}
.TagClassName
{
border-color: #DEAB32;
}
</style>