Shades of Tulip Tree #D9A73C
Tints of Tulip Tree #D9A73C
RGB
CMYK
RGB Variations
Color information
#D9A73C (or 0xD9A73C) is known color: Tulip Tree. HEX triplet: D9, A7 and 3C. RGB value is (217,167,60). Sum of RGB (Red+Green+Blue) = 217+167+60=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A73C is #2658C3. Grayscale: #AAAAAA. Windows color (decimal): -2513092 or 3975129. OLE color: 3975129.
HSL color Cylindrical-coordinate representation of color #D9A73C: hue angle of 40.89º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9A73C is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 60 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.15 |
| HSL | 40.89º | 0.67% | 0.54% | - |
| HSV(B) | 40.89º | 0.72% | 0.85% | - |
| XYZ | 43.25 | 42.72 | 10.24 | - |
| YUV | 169.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 60 | 0 | 0.23 | 0.72 | 0.15 | 40.89 | 0.67 | 0.54 |
| Hex | D9 | A7 | 3C | 0 | 17 | 48 | F | 29 | 43 | 36 |
| Octal | 331 | 247 | 74 | 0 | 27 | 110 | 17 | 51 | 103 | 66 |
| Binary | 11011001 | 10100111 | 111100 | 0 | 10111 | 1001000 | 1111 | 101001 | 1000011 | 110110 |
Color Harmonies of #D9A73C
Complementary color
Monochromatic Colors of #D9A73C
Black with #D9A73C
Text Example
Text Example
White with #D9A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A73C; }
p { color: rgb(217,167,60); }
H1.HeaderClassName
{
color: #D9A73C;
}
.AnyTagClassName
{
color: #D9A73C;
}
</style>
background-color css
<style>
a { background-color: #D9A73C; }
a { background-color: rgb(217,167,60); }
div.DivClassName
{
background-color: #D9A73C;
}
.BgClassName
{
background-color: #D9A73C;
}
</style>
border-color css
<style>
span { border-color: #D9A73C; }
span { border-color: rgb(217,167,60); }
td.TdClassName
{
border-color: #D9A73C;
}
.TagClassName
{
border-color: #D9A73C;
}
</style>