Shades of Tulip Tree #D8A745
Tints of Tulip Tree #D8A745
RGB
CMYK
RGB Variations
Color information
#D8A745 (or 0xD8A745) is known color: Tulip Tree. HEX triplet: D8, A7 and 45. RGB value is (216,167,69). Sum of RGB (Red+Green+Blue) = 216+167+69=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A745 is #2758BA. Grayscale: #AAAAAA. Windows color (decimal): -2578619 or 4564952. OLE color: 4564952.
HSL color Cylindrical-coordinate representation of color #D8A745: hue angle of 40º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8A745 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 69 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.15 |
| HSL | 40º | 0.65% | 0.56% | - |
| HSV(B) | 40º | 0.68% | 0.85% | - |
| XYZ | 43.21 | 42.67 | 11.59 | - |
| YUV | 170.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 69 | 0 | 0.23 | 0.68 | 0.15 | 40 | 0.65 | 0.56 |
| Hex | D8 | A7 | 45 | 0 | 17 | 44 | F | 28 | 41 | 38 |
| Octal | 330 | 247 | 105 | 0 | 27 | 104 | 17 | 50 | 101 | 70 |
| Binary | 11011000 | 10100111 | 1000101 | 0 | 10111 | 1000100 | 1111 | 101000 | 1000001 | 111000 |
Color Harmonies of #D8A745
Complementary color
Monochromatic Colors of #D8A745
Black with #D8A745
Text Example
Text Example
White with #D8A745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A745; }
p { color: rgb(216,167,69); }
H1.HeaderClassName
{
color: #D8A745;
}
.AnyTagClassName
{
color: #D8A745;
}
</style>
background-color css
<style>
a { background-color: #D8A745; }
a { background-color: rgb(216,167,69); }
div.DivClassName
{
background-color: #D8A745;
}
.BgClassName
{
background-color: #D8A745;
}
</style>
border-color css
<style>
span { border-color: #D8A745; }
span { border-color: rgb(216,167,69); }
td.TdClassName
{
border-color: #D8A745;
}
.TagClassName
{
border-color: #D8A745;
}
</style>