Shades of Tulip Tree #D9AF46
Tints of Tulip Tree #D9AF46
RGB
CMYK
RGB Variations
Color information
#D9AF46 (or 0xD9AF46) is known color: Tulip Tree. HEX triplet: D9, AF and 46. RGB value is (217,175,70). Sum of RGB (Red+Green+Blue) = 217+175+70=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF46 is #2650B9. Grayscale: #B0B0B0. Windows color (decimal): -2511034 or 4632537. OLE color: 4632537.
HSL color Cylindrical-coordinate representation of color #D9AF46: hue angle of 42.86º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9AF46 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 70 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.15 |
| HSL | 42.86º | 0.66% | 0.56% | - |
| HSV(B) | 42.86º | 0.68% | 0.85% | - |
| XYZ | 45.05 | 45.85 | 12.27 | - |
| YUV | 175.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 70 | 0 | 0.19 | 0.68 | 0.15 | 42.86 | 0.66 | 0.56 |
| Hex | D9 | AF | 46 | 0 | 13 | 44 | F | 2B | 42 | 38 |
| Octal | 331 | 257 | 106 | 0 | 23 | 104 | 17 | 53 | 102 | 70 |
| Binary | 11011001 | 10101111 | 1000110 | 0 | 10011 | 1000100 | 1111 | 101011 | 1000010 | 111000 |
Color Harmonies of #D9AF46
Complementary color
Monochromatic Colors of #D9AF46
Black with #D9AF46
Text Example
Text Example
White with #D9AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF46; }
p { color: rgb(217,175,70); }
H1.HeaderClassName
{
color: #D9AF46;
}
.AnyTagClassName
{
color: #D9AF46;
}
</style>
background-color css
<style>
a { background-color: #D9AF46; }
a { background-color: rgb(217,175,70); }
div.DivClassName
{
background-color: #D9AF46;
}
.BgClassName
{
background-color: #D9AF46;
}
</style>
border-color css
<style>
span { border-color: #D9AF46; }
span { border-color: rgb(217,175,70); }
td.TdClassName
{
border-color: #D9AF46;
}
.TagClassName
{
border-color: #D9AF46;
}
</style>