Shades of Tulip Tree #D9A73F
Tints of Tulip Tree #D9A73F
RGB
CMYK
RGB Variations
Color information
#D9A73F (or 0xD9A73F) is known color: Tulip Tree. HEX triplet: D9, A7 and 3F. RGB value is (217,167,63). Sum of RGB (Red+Green+Blue) = 217+167+63=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A73F is #2658C0. Grayscale: #AAAAAA. Windows color (decimal): -2513089 or 4171737. OLE color: 4171737.
HSL color Cylindrical-coordinate representation of color #D9A73F: hue angle of 40.52º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9A73F is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 63 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.15 |
| HSL | 40.52º | 0.67% | 0.55% | - |
| HSV(B) | 40.52º | 0.71% | 0.85% | - |
| XYZ | 43.33 | 42.75 | 10.67 | - |
| YUV | 170.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 63 | 0 | 0.23 | 0.71 | 0.15 | 40.52 | 0.67 | 0.55 |
| Hex | D9 | A7 | 3F | 0 | 17 | 47 | F | 29 | 43 | 37 |
| Octal | 331 | 247 | 77 | 0 | 27 | 107 | 17 | 51 | 103 | 67 |
| Binary | 11011001 | 10100111 | 111111 | 0 | 10111 | 1000111 | 1111 | 101001 | 1000011 | 110111 |
Color Harmonies of #D9A73F
Complementary color
Monochromatic Colors of #D9A73F
Black with #D9A73F
Text Example
Text Example
White with #D9A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A73F; }
p { color: rgb(217,167,63); }
H1.HeaderClassName
{
color: #D9A73F;
}
.AnyTagClassName
{
color: #D9A73F;
}
</style>
background-color css
<style>
a { background-color: #D9A73F; }
a { background-color: rgb(217,167,63); }
div.DivClassName
{
background-color: #D9A73F;
}
.BgClassName
{
background-color: #D9A73F;
}
</style>
border-color css
<style>
span { border-color: #D9A73F; }
span { border-color: rgb(217,167,63); }
td.TdClassName
{
border-color: #D9A73F;
}
.TagClassName
{
border-color: #D9A73F;
}
</style>