Shades of Tulip Tree #D9AB41
Tints of Tulip Tree #D9AB41
RGB
CMYK
RGB Variations
Color information
#D9AB41 (or 0xD9AB41) is known color: Tulip Tree. HEX triplet: D9, AB and 41. RGB value is (217,171,65). Sum of RGB (Red+Green+Blue) = 217+171+65=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AB41 is #2654BE. Grayscale: #ADADAD. Windows color (decimal): -2512063 or 4303833. OLE color: 4303833.
HSL color Cylindrical-coordinate representation of color #D9AB41: hue angle of 41.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9AB41 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 65 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.15 |
| HSL | 41.84º | 0.67% | 0.55% | - |
| HSV(B) | 41.84º | 0.7% | 0.85% | - |
| XYZ | 44.13 | 44.26 | 11.22 | - |
| YUV | 172.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 65 | 0 | 0.21 | 0.70 | 0.15 | 41.84 | 0.67 | 0.55 |
| Hex | D9 | AB | 41 | 0 | 15 | 46 | F | 2A | 43 | 37 |
| Octal | 331 | 253 | 101 | 0 | 25 | 106 | 17 | 52 | 103 | 67 |
| Binary | 11011001 | 10101011 | 1000001 | 0 | 10101 | 1000110 | 1111 | 101010 | 1000011 | 110111 |
Color Harmonies of #D9AB41
Complementary color
Monochromatic Colors of #D9AB41
Black with #D9AB41
Text Example
Text Example
White with #D9AB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB41; }
p { color: rgb(217,171,65); }
H1.HeaderClassName
{
color: #D9AB41;
}
.AnyTagClassName
{
color: #D9AB41;
}
</style>
background-color css
<style>
a { background-color: #D9AB41; }
a { background-color: rgb(217,171,65); }
div.DivClassName
{
background-color: #D9AB41;
}
.BgClassName
{
background-color: #D9AB41;
}
</style>
border-color css
<style>
span { border-color: #D9AB41; }
span { border-color: rgb(217,171,65); }
td.TdClassName
{
border-color: #D9AB41;
}
.TagClassName
{
border-color: #D9AB41;
}
</style>