Shades of Tulip Tree #D9A139
Tints of Tulip Tree #D9A139
RGB
CMYK
RGB Variations
Color information
#D9A139 (or 0xD9A139) is known color: Tulip Tree. HEX triplet: D9, A1 and 39. RGB value is (217,161,57). Sum of RGB (Red+Green+Blue) = 217+161+57=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A139 is #265EC6. Grayscale: #A6A6A6. Windows color (decimal): -2514631 or 3776985. OLE color: 3776985.
HSL color Cylindrical-coordinate representation of color #D9A139: hue angle of 39º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9A139 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 57 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.15 |
| HSL | 39º | 0.68% | 0.54% | - |
| HSV(B) | 39º | 0.74% | 0.85% | - |
| XYZ | 42.1 | 40.54 | 9.48 | - |
| YUV | 165.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 57 | 0 | 0.26 | 0.74 | 0.15 | 39 | 0.68 | 0.54 |
| Hex | D9 | A1 | 39 | 0 | 1A | 4A | F | 27 | 44 | 36 |
| Octal | 331 | 241 | 71 | 0 | 32 | 112 | 17 | 47 | 104 | 66 |
| Binary | 11011001 | 10100001 | 111001 | 0 | 11010 | 1001010 | 1111 | 100111 | 1000100 | 110110 |
Color Harmonies of #D9A139
Complementary color
Monochromatic Colors of #D9A139
Black with #D9A139
Text Example
Text Example
White with #D9A139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A139; }
p { color: rgb(217,161,57); }
H1.HeaderClassName
{
color: #D9A139;
}
.AnyTagClassName
{
color: #D9A139;
}
</style>
background-color css
<style>
a { background-color: #D9A139; }
a { background-color: rgb(217,161,57); }
div.DivClassName
{
background-color: #D9A139;
}
.BgClassName
{
background-color: #D9A139;
}
</style>
border-color css
<style>
span { border-color: #D9A139; }
span { border-color: rgb(217,161,57); }
td.TdClassName
{
border-color: #D9A139;
}
.TagClassName
{
border-color: #D9A139;
}
</style>