Shades of Tulip Tree #D8B147
Tints of Tulip Tree #D8B147
RGB
CMYK
RGB Variations
Color information
#D8B147 (or 0xD8B147) is known color: Tulip Tree. HEX triplet: D8, B1 and 47. RGB value is (216,177,71). Sum of RGB (Red+Green+Blue) = 216+177+71=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B147 is #274EB8. Grayscale: #B1B1B1. Windows color (decimal): -2576057 or 4698584. OLE color: 4698584.
HSL color Cylindrical-coordinate representation of color #D8B147: hue angle of 43.86º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8B147 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 71 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.15 |
| HSL | 43.86º | 0.65% | 0.56% | - |
| HSV(B) | 43.86º | 0.67% | 0.85% | - |
| XYZ | 45.18 | 46.5 | 12.56 | - |
| YUV | 176.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 71 | 0 | 0.18 | 0.67 | 0.15 | 43.86 | 0.65 | 0.56 |
| Hex | D8 | B1 | 47 | 0 | 12 | 43 | F | 2C | 41 | 38 |
| Octal | 330 | 261 | 107 | 0 | 22 | 103 | 17 | 54 | 101 | 70 |
| Binary | 11011000 | 10110001 | 1000111 | 0 | 10010 | 1000011 | 1111 | 101100 | 1000001 | 111000 |
Color Harmonies of #D8B147
Complementary color
Monochromatic Colors of #D8B147
Black with #D8B147
Text Example
Text Example
White with #D8B147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B147; }
p { color: rgb(216,177,71); }
H1.HeaderClassName
{
color: #D8B147;
}
.AnyTagClassName
{
color: #D8B147;
}
</style>
background-color css
<style>
a { background-color: #D8B147; }
a { background-color: rgb(216,177,71); }
div.DivClassName
{
background-color: #D8B147;
}
.BgClassName
{
background-color: #D8B147;
}
</style>
border-color css
<style>
span { border-color: #D8B147; }
span { border-color: rgb(216,177,71); }
td.TdClassName
{
border-color: #D8B147;
}
.TagClassName
{
border-color: #D8B147;
}
</style>