Shades of Tulip Tree #D7AA44
Tints of Tulip Tree #D7AA44
RGB
CMYK
RGB Variations
Color information
#D7AA44 (or 0xD7AA44) is known color: Tulip Tree. HEX triplet: D7, AA and 44. RGB value is (215,170,68). Sum of RGB (Red+Green+Blue) = 215+170+68=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AA44 is #2855BB. Grayscale: #ACACAC. Windows color (decimal): -2643388 or 4500183. OLE color: 4500183.
HSL color Cylindrical-coordinate representation of color #D7AA44: hue angle of 41.63º degrees, saturation: 0.65, 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 #D7AA44 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 68 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.16 |
| HSL | 41.63º | 0.65% | 0.55% | - |
| HSV(B) | 41.63º | 0.68% | 0.84% | - |
| XYZ | 43.44 | 43.61 | 11.6 | - |
| YUV | 171.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 68 | 0 | 0.21 | 0.68 | 0.16 | 41.63 | 0.65 | 0.55 |
| Hex | D7 | AA | 44 | 0 | 15 | 44 | 10 | 2A | 41 | 37 |
| Octal | 327 | 252 | 104 | 0 | 25 | 104 | 20 | 52 | 101 | 67 |
| Binary | 11010111 | 10101010 | 1000100 | 0 | 10101 | 1000100 | 10000 | 101010 | 1000001 | 110111 |
Color Harmonies of #D7AA44
Complementary color
Monochromatic Colors of #D7AA44
Black with #D7AA44
Text Example
Text Example
White with #D7AA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA44; }
p { color: rgb(215,170,68); }
H1.HeaderClassName
{
color: #D7AA44;
}
.AnyTagClassName
{
color: #D7AA44;
}
</style>
background-color css
<style>
a { background-color: #D7AA44; }
a { background-color: rgb(215,170,68); }
div.DivClassName
{
background-color: #D7AA44;
}
.BgClassName
{
background-color: #D7AA44;
}
</style>
border-color css
<style>
span { border-color: #D7AA44; }
span { border-color: rgb(215,170,68); }
td.TdClassName
{
border-color: #D7AA44;
}
.TagClassName
{
border-color: #D7AA44;
}
</style>