Shades of Tulip Tree #D5AA47
Tints of Tulip Tree #D5AA47
RGB
CMYK
RGB Variations
Color information
#D5AA47 (or 0xD5AA47) is known color: Tulip Tree. HEX triplet: D5, AA and 47. RGB value is (213,170,71). Sum of RGB (Red+Green+Blue) = 213+170+71=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AA47 is #2A55B8. Grayscale: #ACACAC. Windows color (decimal): -2774457 or 4696789. OLE color: 4696789.
HSL color Cylindrical-coordinate representation of color #D5AA47: hue angle of 41.83º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5AA47 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 71 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.16 |
| HSL | 41.83º | 0.63% | 0.56% | - |
| HSV(B) | 41.83º | 0.67% | 0.84% | - |
| XYZ | 42.95 | 43.35 | 12.06 | - |
| YUV | 171.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 71 | 0 | 0.20 | 0.67 | 0.16 | 41.83 | 0.63 | 0.56 |
| Hex | D5 | AA | 47 | 0 | 14 | 43 | 10 | 2A | 3F | 38 |
| Octal | 325 | 252 | 107 | 0 | 24 | 103 | 20 | 52 | 77 | 70 |
| Binary | 11010101 | 10101010 | 1000111 | 0 | 10100 | 1000011 | 10000 | 101010 | 111111 | 111000 |
Color Harmonies of #D5AA47
Complementary color
Monochromatic Colors of #D5AA47
Black with #D5AA47
Text Example
Text Example
White with #D5AA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA47; }
p { color: rgb(213,170,71); }
H1.HeaderClassName
{
color: #D5AA47;
}
.AnyTagClassName
{
color: #D5AA47;
}
</style>
background-color css
<style>
a { background-color: #D5AA47; }
a { background-color: rgb(213,170,71); }
div.DivClassName
{
background-color: #D5AA47;
}
.BgClassName
{
background-color: #D5AA47;
}
</style>
border-color css
<style>
span { border-color: #D5AA47; }
span { border-color: rgb(213,170,71); }
td.TdClassName
{
border-color: #D5AA47;
}
.TagClassName
{
border-color: #D5AA47;
}
</style>