Shades of Tulip Tree #D5A441
Tints of Tulip Tree #D5A441
RGB
CMYK
RGB Variations
Color information
#D5A441 (or 0xD5A441) is known color: Tulip Tree. HEX triplet: D5, A4 and 41. RGB value is (213,164,65). Sum of RGB (Red+Green+Blue) = 213+164+65=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A441 is #2A5BBE. Grayscale: #A7A7A7. Windows color (decimal): -2775999 or 4302037. OLE color: 4302037.
HSL color Cylindrical-coordinate representation of color #D5A441: hue angle of 40.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5A441 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 65 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.16 |
| HSL | 40.14º | 0.64% | 0.55% | - |
| HSV(B) | 40.14º | 0.69% | 0.84% | - |
| XYZ | 41.67 | 41.08 | 10.73 | - |
| YUV | 167.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 65 | 0 | 0.23 | 0.69 | 0.16 | 40.14 | 0.64 | 0.55 |
| Hex | D5 | A4 | 41 | 0 | 17 | 45 | 10 | 28 | 40 | 37 |
| Octal | 325 | 244 | 101 | 0 | 27 | 105 | 20 | 50 | 100 | 67 |
| Binary | 11010101 | 10100100 | 1000001 | 0 | 10111 | 1000101 | 10000 | 101000 | 1000000 | 110111 |
Color Harmonies of #D5A441
Complementary color
Monochromatic Colors of #D5A441
Black with #D5A441
Text Example
Text Example
White with #D5A441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A441; }
p { color: rgb(213,164,65); }
H1.HeaderClassName
{
color: #D5A441;
}
.AnyTagClassName
{
color: #D5A441;
}
</style>
background-color css
<style>
a { background-color: #D5A441; }
a { background-color: rgb(213,164,65); }
div.DivClassName
{
background-color: #D5A441;
}
.BgClassName
{
background-color: #D5A441;
}
</style>
border-color css
<style>
span { border-color: #D5A441; }
span { border-color: rgb(213,164,65); }
td.TdClassName
{
border-color: #D5A441;
}
.TagClassName
{
border-color: #D5A441;
}
</style>