Shades of Tulip Tree #D5A544
Tints of Tulip Tree #D5A544
RGB
CMYK
RGB Variations
Color information
#D5A544 (or 0xD5A544) is known color: Tulip Tree. HEX triplet: D5, A5 and 44. RGB value is (213,165,68). Sum of RGB (Red+Green+Blue) = 213+165+68=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A544 is #2A5ABB. Grayscale: #A8A8A8. Windows color (decimal): -2775740 or 4498901. OLE color: 4498901.
HSL color Cylindrical-coordinate representation of color #D5A544: hue angle of 40.14º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5A544 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 68 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.16 |
| HSL | 40.14º | 0.63% | 0.55% | - |
| HSV(B) | 40.14º | 0.68% | 0.84% | - |
| XYZ | 41.94 | 41.47 | 11.26 | - |
| YUV | 168.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 68 | 0 | 0.23 | 0.68 | 0.16 | 40.14 | 0.63 | 0.55 |
| Hex | D5 | A5 | 44 | 0 | 17 | 44 | 10 | 28 | 3F | 37 |
| Octal | 325 | 245 | 104 | 0 | 27 | 104 | 20 | 50 | 77 | 67 |
| Binary | 11010101 | 10100101 | 1000100 | 0 | 10111 | 1000100 | 10000 | 101000 | 111111 | 110111 |
Color Harmonies of #D5A544
Complementary color
Monochromatic Colors of #D5A544
Black with #D5A544
Text Example
Text Example
White with #D5A544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A544; }
p { color: rgb(213,165,68); }
H1.HeaderClassName
{
color: #D5A544;
}
.AnyTagClassName
{
color: #D5A544;
}
</style>
background-color css
<style>
a { background-color: #D5A544; }
a { background-color: rgb(213,165,68); }
div.DivClassName
{
background-color: #D5A544;
}
.BgClassName
{
background-color: #D5A544;
}
</style>
border-color css
<style>
span { border-color: #D5A544; }
span { border-color: rgb(213,165,68); }
td.TdClassName
{
border-color: #D5A544;
}
.TagClassName
{
border-color: #D5A544;
}
</style>