Shades of Tulip Tree #D9A73D
Tints of Tulip Tree #D9A73D
RGB
CMYK
RGB Variations
Color information
#D9A73D (or 0xD9A73D) is known color: Tulip Tree. HEX triplet: D9, A7 and 3D. RGB value is (217,167,61). Sum of RGB (Red+Green+Blue) = 217+167+61=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A73D is #2658C2. Grayscale: #AAAAAA. Windows color (decimal): -2513091 or 4040665. OLE color: 4040665.
HSL color Cylindrical-coordinate representation of color #D9A73D: hue angle of 40.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9A73D is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 61 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.15 |
| HSL | 40.77º | 0.67% | 0.55% | - |
| HSV(B) | 40.77º | 0.72% | 0.85% | - |
| XYZ | 43.28 | 42.73 | 10.38 | - |
| YUV | 169.87 | 66.57 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 61 | 0 | 0.23 | 0.72 | 0.15 | 40.77 | 0.67 | 0.55 |
| Hex | D9 | A7 | 3D | 0 | 17 | 48 | F | 29 | 43 | 37 |
| Octal | 331 | 247 | 75 | 0 | 27 | 110 | 17 | 51 | 103 | 67 |
| Binary | 11011001 | 10100111 | 111101 | 0 | 10111 | 1001000 | 1111 | 101001 | 1000011 | 110111 |
Color Harmonies of #D9A73D
Complementary color
Monochromatic Colors of #D9A73D
Black with #D9A73D
Text Example
Text Example
White with #D9A73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A73D; }
p { color: rgb(217,167,61); }
H1.HeaderClassName
{
color: #D9A73D;
}
.AnyTagClassName
{
color: #D9A73D;
}
</style>
background-color css
<style>
a { background-color: #D9A73D; }
a { background-color: rgb(217,167,61); }
div.DivClassName
{
background-color: #D9A73D;
}
.BgClassName
{
background-color: #D9A73D;
}
</style>
border-color css
<style>
span { border-color: #D9A73D; }
span { border-color: rgb(217,167,61); }
td.TdClassName
{
border-color: #D9A73D;
}
.TagClassName
{
border-color: #D9A73D;
}
</style>