Shades of Tulip Tree #D9A53A
Tints of Tulip Tree #D9A53A
RGB
CMYK
RGB Variations
Color information
#D9A53A (or 0xD9A53A) is known color: Tulip Tree. HEX triplet: D9, A5 and 3A. RGB value is (217,165,58). Sum of RGB (Red+Green+Blue) = 217+165+58=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A53A is #265AC5. Grayscale: #A8A8A8. Windows color (decimal): -2513606 or 3843545. OLE color: 3843545.
HSL color Cylindrical-coordinate representation of color #D9A53A: hue angle of 40.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9A53A is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 58 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.15 |
| HSL | 40.38º | 0.68% | 0.54% | - |
| HSV(B) | 40.38º | 0.73% | 0.85% | - |
| XYZ | 42.83 | 41.97 | 9.85 | - |
| YUV | 168.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 58 | 0 | 0.24 | 0.73 | 0.15 | 40.38 | 0.68 | 0.54 |
| Hex | D9 | A5 | 3A | 0 | 18 | 49 | F | 28 | 44 | 36 |
| Octal | 331 | 245 | 72 | 0 | 30 | 111 | 17 | 50 | 104 | 66 |
| Binary | 11011001 | 10100101 | 111010 | 0 | 11000 | 1001001 | 1111 | 101000 | 1000100 | 110110 |
Color Harmonies of #D9A53A
Complementary color
Monochromatic Colors of #D9A53A
Black with #D9A53A
Text Example
Text Example
White with #D9A53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A53A; }
p { color: rgb(217,165,58); }
H1.HeaderClassName
{
color: #D9A53A;
}
.AnyTagClassName
{
color: #D9A53A;
}
</style>
background-color css
<style>
a { background-color: #D9A53A; }
a { background-color: rgb(217,165,58); }
div.DivClassName
{
background-color: #D9A53A;
}
.BgClassName
{
background-color: #D9A53A;
}
</style>
border-color css
<style>
span { border-color: #D9A53A; }
span { border-color: rgb(217,165,58); }
td.TdClassName
{
border-color: #D9A53A;
}
.TagClassName
{
border-color: #D9A53A;
}
</style>