Shades of Tulip Tree #DEAB39
Tints of Tulip Tree #DEAB39
RGB
CMYK
RGB Variations
Color information
#DEAB39 (or 0xDEAB39) is known color: Tulip Tree. HEX triplet: DE, AB and 39. RGB value is (222,171,57). Sum of RGB (Red+Green+Blue) = 222+171+57=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB39 is #2154C6. Grayscale: #ADADAD. Windows color (decimal): -2184391 or 3779550. OLE color: 3779550.
HSL color Cylindrical-coordinate representation of color #DEAB39: hue angle of 41.45º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEAB39 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 57 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.13 |
| HSL | 41.45º | 0.71% | 0.55% | - |
| HSV(B) | 41.45º | 0.74% | 0.87% | - |
| XYZ | 45.43 | 44.95 | 10.15 | - |
| YUV | 173.25 | 62.4 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 57 | 0 | 0.23 | 0.74 | 0.13 | 41.45 | 0.71 | 0.55 |
| Hex | DE | AB | 39 | 0 | 17 | 4A | D | 29 | 47 | 37 |
| Octal | 336 | 253 | 71 | 0 | 27 | 112 | 15 | 51 | 107 | 67 |
| Binary | 11011110 | 10101011 | 111001 | 0 | 10111 | 1001010 | 1101 | 101001 | 1000111 | 110111 |
Color Harmonies of #DEAB39
Complementary color
Monochromatic Colors of #DEAB39
Black with #DEAB39
Text Example
Text Example
White with #DEAB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB39; }
p { color: rgb(222,171,57); }
H1.HeaderClassName
{
color: #DEAB39;
}
.AnyTagClassName
{
color: #DEAB39;
}
</style>
background-color css
<style>
a { background-color: #DEAB39; }
a { background-color: rgb(222,171,57); }
div.DivClassName
{
background-color: #DEAB39;
}
.BgClassName
{
background-color: #DEAB39;
}
</style>
border-color css
<style>
span { border-color: #DEAB39; }
span { border-color: rgb(222,171,57); }
td.TdClassName
{
border-color: #DEAB39;
}
.TagClassName
{
border-color: #DEAB39;
}
</style>