Shades of Tulip Tree #D5A344
Tints of Tulip Tree #D5A344
RGB
CMYK
RGB Variations
Color information
#D5A344 (or 0xD5A344) is known color: Tulip Tree. HEX triplet: D5, A3 and 44. RGB value is (213,163,68). Sum of RGB (Red+Green+Blue) = 213+163+68=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A344 is #2A5CBB. Grayscale: #A7A7A7. Windows color (decimal): -2776252 or 4498389. OLE color: 4498389.
HSL color Cylindrical-coordinate representation of color #D5A344: hue angle of 39.31º 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 #D5A344 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 68 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.16 |
| HSL | 39.31º | 0.63% | 0.55% | - |
| HSV(B) | 39.31º | 0.68% | 0.84% | - |
| XYZ | 41.58 | 40.76 | 11.14 | - |
| YUV | 167.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 68 | 0 | 0.23 | 0.68 | 0.16 | 39.31 | 0.63 | 0.55 |
| Hex | D5 | A3 | 44 | 0 | 17 | 44 | 10 | 27 | 3F | 37 |
| Octal | 325 | 243 | 104 | 0 | 27 | 104 | 20 | 47 | 77 | 67 |
| Binary | 11010101 | 10100011 | 1000100 | 0 | 10111 | 1000100 | 10000 | 100111 | 111111 | 110111 |
Color Harmonies of #D5A344
Complementary color
Monochromatic Colors of #D5A344
Black with #D5A344
Text Example
Text Example
White with #D5A344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A344; }
p { color: rgb(213,163,68); }
H1.HeaderClassName
{
color: #D5A344;
}
.AnyTagClassName
{
color: #D5A344;
}
</style>
background-color css
<style>
a { background-color: #D5A344; }
a { background-color: rgb(213,163,68); }
div.DivClassName
{
background-color: #D5A344;
}
.BgClassName
{
background-color: #D5A344;
}
</style>
border-color css
<style>
span { border-color: #D5A344; }
span { border-color: rgb(213,163,68); }
td.TdClassName
{
border-color: #D5A344;
}
.TagClassName
{
border-color: #D5A344;
}
</style>