Shades of Tulip Tree #D9AC41
Tints of Tulip Tree #D9AC41
RGB
CMYK
RGB Variations
Color information
#D9AC41 (or 0xD9AC41) is known color: Tulip Tree. HEX triplet: D9, AC and 41. RGB value is (217,172,65). Sum of RGB (Red+Green+Blue) = 217+172+65=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AC41 is #2653BE. Grayscale: #ADADAD. Windows color (decimal): -2511807 or 4304089. OLE color: 4304089.
HSL color Cylindrical-coordinate representation of color #D9AC41: hue angle of 42.24º 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 #D9AC41 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 65 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.15 |
| HSL | 42.24º | 0.67% | 0.55% | - |
| HSV(B) | 42.24º | 0.7% | 0.85% | - |
| XYZ | 44.32 | 44.64 | 11.28 | - |
| YUV | 173.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 65 | 0 | 0.21 | 0.70 | 0.15 | 42.24 | 0.67 | 0.55 |
| Hex | D9 | AC | 41 | 0 | 15 | 46 | F | 2A | 43 | 37 |
| Octal | 331 | 254 | 101 | 0 | 25 | 106 | 17 | 52 | 103 | 67 |
| Binary | 11011001 | 10101100 | 1000001 | 0 | 10101 | 1000110 | 1111 | 101010 | 1000011 | 110111 |
Color Harmonies of #D9AC41
Complementary color
Monochromatic Colors of #D9AC41
Black with #D9AC41
Text Example
Text Example
White with #D9AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC41; }
p { color: rgb(217,172,65); }
H1.HeaderClassName
{
color: #D9AC41;
}
.AnyTagClassName
{
color: #D9AC41;
}
</style>
background-color css
<style>
a { background-color: #D9AC41; }
a { background-color: rgb(217,172,65); }
div.DivClassName
{
background-color: #D9AC41;
}
.BgClassName
{
background-color: #D9AC41;
}
</style>
border-color css
<style>
span { border-color: #D9AC41; }
span { border-color: rgb(217,172,65); }
td.TdClassName
{
border-color: #D9AC41;
}
.TagClassName
{
border-color: #D9AC41;
}
</style>