Shades of Tulip Tree #D8AA46
Tints of Tulip Tree #D8AA46
RGB
CMYK
RGB Variations
Color information
#D8AA46 (or 0xD8AA46) is known color: Tulip Tree. HEX triplet: D8, AA and 46. RGB value is (216,170,70). Sum of RGB (Red+Green+Blue) = 216+170+70=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AA46 is #2755B9. Grayscale: #ACACAC. Windows color (decimal): -2577850 or 4631256. OLE color: 4631256.
HSL color Cylindrical-coordinate representation of color #D8AA46: hue angle of 41.1º degrees, saturation: 0.65, 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 #D8AA46 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 70 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.15 |
| HSL | 41.1º | 0.65% | 0.56% | - |
| HSV(B) | 41.1º | 0.68% | 0.85% | - |
| XYZ | 43.8 | 43.79 | 11.94 | - |
| YUV | 172.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 70 | 0 | 0.21 | 0.68 | 0.15 | 41.1 | 0.65 | 0.56 |
| Hex | D8 | AA | 46 | 0 | 15 | 44 | F | 29 | 41 | 38 |
| Octal | 330 | 252 | 106 | 0 | 25 | 104 | 17 | 51 | 101 | 70 |
| Binary | 11011000 | 10101010 | 1000110 | 0 | 10101 | 1000100 | 1111 | 101001 | 1000001 | 111000 |
Color Harmonies of #D8AA46
Complementary color
Monochromatic Colors of #D8AA46
Black with #D8AA46
Text Example
Text Example
White with #D8AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA46; }
p { color: rgb(216,170,70); }
H1.HeaderClassName
{
color: #D8AA46;
}
.AnyTagClassName
{
color: #D8AA46;
}
</style>
background-color css
<style>
a { background-color: #D8AA46; }
a { background-color: rgb(216,170,70); }
div.DivClassName
{
background-color: #D8AA46;
}
.BgClassName
{
background-color: #D8AA46;
}
</style>
border-color css
<style>
span { border-color: #D8AA46; }
span { border-color: rgb(216,170,70); }
td.TdClassName
{
border-color: #D8AA46;
}
.TagClassName
{
border-color: #D8AA46;
}
</style>