Shades of Tulip Tree #D5A846
Tints of Tulip Tree #D5A846
RGB
CMYK
RGB Variations
Color information
#D5A846 (or 0xD5A846) is known color: Tulip Tree. HEX triplet: D5, A8 and 46. RGB value is (213,168,70). Sum of RGB (Red+Green+Blue) = 213+168+70=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A846 is #2A57B9. Grayscale: #AAAAAA. Windows color (decimal): -2774970 or 4630741. OLE color: 4630741.
HSL color Cylindrical-coordinate representation of color #D5A846: hue angle of 41.12º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5A846 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 70 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.16 |
| HSL | 41.12º | 0.63% | 0.55% | - |
| HSV(B) | 41.12º | 0.67% | 0.84% | - |
| XYZ | 42.55 | 42.59 | 11.77 | - |
| YUV | 170.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 70 | 0 | 0.21 | 0.67 | 0.16 | 41.12 | 0.63 | 0.55 |
| Hex | D5 | A8 | 46 | 0 | 15 | 43 | 10 | 29 | 3F | 37 |
| Octal | 325 | 250 | 106 | 0 | 25 | 103 | 20 | 51 | 77 | 67 |
| Binary | 11010101 | 10101000 | 1000110 | 0 | 10101 | 1000011 | 10000 | 101001 | 111111 | 110111 |
Color Harmonies of #D5A846
Complementary color
Monochromatic Colors of #D5A846
Black with #D5A846
Text Example
Text Example
White with #D5A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A846; }
p { color: rgb(213,168,70); }
H1.HeaderClassName
{
color: #D5A846;
}
.AnyTagClassName
{
color: #D5A846;
}
</style>
background-color css
<style>
a { background-color: #D5A846; }
a { background-color: rgb(213,168,70); }
div.DivClassName
{
background-color: #D5A846;
}
.BgClassName
{
background-color: #D5A846;
}
</style>
border-color css
<style>
span { border-color: #D5A846; }
span { border-color: rgb(213,168,70); }
td.TdClassName
{
border-color: #D5A846;
}
.TagClassName
{
border-color: #D5A846;
}
</style>