Shades of Tulip Tree #D7A445
Tints of Tulip Tree #D7A445
RGB
CMYK
RGB Variations
Color information
#D7A445 (or 0xD7A445) is known color: Tulip Tree. HEX triplet: D7, A4 and 45. RGB value is (215,164,69). Sum of RGB (Red+Green+Blue) = 215+164+69=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A445 is #285BBA. Grayscale: #A8A8A8. Windows color (decimal): -2644923 or 4564183. OLE color: 4564183.
HSL color Cylindrical-coordinate representation of color #D7A445: hue angle of 39.04º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7A445 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 69 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.16 |
| HSL | 39.04º | 0.65% | 0.56% | - |
| HSV(B) | 39.04º | 0.68% | 0.84% | - |
| XYZ | 42.37 | 41.43 | 11.39 | - |
| YUV | 168.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 69 | 0 | 0.24 | 0.68 | 0.16 | 39.04 | 0.65 | 0.56 |
| Hex | D7 | A4 | 45 | 0 | 18 | 44 | 10 | 27 | 41 | 38 |
| Octal | 327 | 244 | 105 | 0 | 30 | 104 | 20 | 47 | 101 | 70 |
| Binary | 11010111 | 10100100 | 1000101 | 0 | 11000 | 1000100 | 10000 | 100111 | 1000001 | 111000 |
Color Harmonies of #D7A445
Complementary color
Monochromatic Colors of #D7A445
Black with #D7A445
Text Example
Text Example
White with #D7A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A445; }
p { color: rgb(215,164,69); }
H1.HeaderClassName
{
color: #D7A445;
}
.AnyTagClassName
{
color: #D7A445;
}
</style>
background-color css
<style>
a { background-color: #D7A445; }
a { background-color: rgb(215,164,69); }
div.DivClassName
{
background-color: #D7A445;
}
.BgClassName
{
background-color: #D7A445;
}
</style>
border-color css
<style>
span { border-color: #D7A445; }
span { border-color: rgb(215,164,69); }
td.TdClassName
{
border-color: #D7A445;
}
.TagClassName
{
border-color: #D7A445;
}
</style>