Shades of Tulip Tree #D5A645
Tints of Tulip Tree #D5A645
RGB
CMYK
RGB Variations
Color information
#D5A645 (or 0xD5A645) is known color: Tulip Tree. HEX triplet: D5, A6 and 45. RGB value is (213,166,69). Sum of RGB (Red+Green+Blue) = 213+166+69=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A645 is #2A59BA. Grayscale: #A9A9A9. Windows color (decimal): -2775483 or 4564693. OLE color: 4564693.
HSL color Cylindrical-coordinate representation of color #D5A645: hue angle of 40.42º 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 #D5A645 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 69 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.16 |
| HSL | 40.42º | 0.63% | 0.55% | - |
| HSV(B) | 40.42º | 0.68% | 0.84% | - |
| XYZ | 42.15 | 41.85 | 11.49 | - |
| YUV | 169 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 69 | 0 | 0.22 | 0.68 | 0.16 | 40.42 | 0.63 | 0.55 |
| Hex | D5 | A6 | 45 | 0 | 16 | 44 | 10 | 28 | 3F | 37 |
| Octal | 325 | 246 | 105 | 0 | 26 | 104 | 20 | 50 | 77 | 67 |
| Binary | 11010101 | 10100110 | 1000101 | 0 | 10110 | 1000100 | 10000 | 101000 | 111111 | 110111 |
Color Harmonies of #D5A645
Complementary color
Monochromatic Colors of #D5A645
Black with #D5A645
Text Example
Text Example
White with #D5A645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A645; }
p { color: rgb(213,166,69); }
H1.HeaderClassName
{
color: #D5A645;
}
.AnyTagClassName
{
color: #D5A645;
}
</style>
background-color css
<style>
a { background-color: #D5A645; }
a { background-color: rgb(213,166,69); }
div.DivClassName
{
background-color: #D5A645;
}
.BgClassName
{
background-color: #D5A645;
}
</style>
border-color css
<style>
span { border-color: #D5A645; }
span { border-color: rgb(213,166,69); }
td.TdClassName
{
border-color: #D5A645;
}
.TagClassName
{
border-color: #D5A645;
}
</style>