Shades of Tulip Tree #D7A742
Tints of Tulip Tree #D7A742
RGB
CMYK
RGB Variations
Color information
#D7A742 (or 0xD7A742) is known color: Tulip Tree. HEX triplet: D7, A7 and 42. RGB value is (215,167,66). Sum of RGB (Red+Green+Blue) = 215+167+66=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A742 is #2858BD. Grayscale: #AAAAAA. Windows color (decimal): -2644158 or 4368343. OLE color: 4368343.
HSL color Cylindrical-coordinate representation of color #D7A742: hue angle of 40.67º degrees, saturation: 0.65, 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 #D7A742 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 66 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.16 |
| HSL | 40.67º | 0.65% | 0.55% | - |
| HSV(B) | 40.67º | 0.69% | 0.84% | - |
| XYZ | 42.83 | 42.48 | 11.1 | - |
| YUV | 169.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 66 | 0 | 0.22 | 0.69 | 0.16 | 40.67 | 0.65 | 0.55 |
| Hex | D7 | A7 | 42 | 0 | 16 | 45 | 10 | 29 | 41 | 37 |
| Octal | 327 | 247 | 102 | 0 | 26 | 105 | 20 | 51 | 101 | 67 |
| Binary | 11010111 | 10100111 | 1000010 | 0 | 10110 | 1000101 | 10000 | 101001 | 1000001 | 110111 |
Color Harmonies of #D7A742
Complementary color
Monochromatic Colors of #D7A742
Black with #D7A742
Text Example
Text Example
White with #D7A742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A742; }
p { color: rgb(215,167,66); }
H1.HeaderClassName
{
color: #D7A742;
}
.AnyTagClassName
{
color: #D7A742;
}
</style>
background-color css
<style>
a { background-color: #D7A742; }
a { background-color: rgb(215,167,66); }
div.DivClassName
{
background-color: #D7A742;
}
.BgClassName
{
background-color: #D7A742;
}
</style>
border-color css
<style>
span { border-color: #D7A742; }
span { border-color: rgb(215,167,66); }
td.TdClassName
{
border-color: #D7A742;
}
.TagClassName
{
border-color: #D7A742;
}
</style>