Shades of Tulip Tree #D7AD46
Tints of Tulip Tree #D7AD46
RGB
CMYK
RGB Variations
Color information
#D7AD46 (or 0xD7AD46) is known color: Tulip Tree. HEX triplet: D7, AD and 46. RGB value is (215,173,70). Sum of RGB (Red+Green+Blue) = 215+173+70=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD46 is #2852B9. Grayscale: #AEAEAE. Windows color (decimal): -2642618 or 4632023. OLE color: 4632023.
HSL color Cylindrical-coordinate representation of color #D7AD46: hue angle of 42.62º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7AD46 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 70 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.16 |
| HSL | 42.62º | 0.64% | 0.56% | - |
| HSV(B) | 42.62º | 0.67% | 0.84% | - |
| XYZ | 44.07 | 44.78 | 12.11 | - |
| YUV | 173.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 70 | 0 | 0.20 | 0.67 | 0.16 | 42.62 | 0.64 | 0.56 |
| Hex | D7 | AD | 46 | 0 | 14 | 43 | 10 | 2B | 40 | 38 |
| Octal | 327 | 255 | 106 | 0 | 24 | 103 | 20 | 53 | 100 | 70 |
| Binary | 11010111 | 10101101 | 1000110 | 0 | 10100 | 1000011 | 10000 | 101011 | 1000000 | 111000 |
Color Harmonies of #D7AD46
Complementary color
Monochromatic Colors of #D7AD46
Black with #D7AD46
Text Example
Text Example
White with #D7AD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD46; }
p { color: rgb(215,173,70); }
H1.HeaderClassName
{
color: #D7AD46;
}
.AnyTagClassName
{
color: #D7AD46;
}
</style>
background-color css
<style>
a { background-color: #D7AD46; }
a { background-color: rgb(215,173,70); }
div.DivClassName
{
background-color: #D7AD46;
}
.BgClassName
{
background-color: #D7AD46;
}
</style>
border-color css
<style>
span { border-color: #D7AD46; }
span { border-color: rgb(215,173,70); }
td.TdClassName
{
border-color: #D7AD46;
}
.TagClassName
{
border-color: #D7AD46;
}
</style>