Shades of Tulip Tree #D9B148
Tints of Tulip Tree #D9B148
RGB
CMYK
RGB Variations
Color information
#D9B148 (or 0xD9B148) is known color: Tulip Tree. HEX triplet: D9, B1 and 48. RGB value is (217,177,72). Sum of RGB (Red+Green+Blue) = 217+177+72=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B148 is #264EB7. Grayscale: #B1B1B1. Windows color (decimal): -2510520 or 4764121. OLE color: 4764121.
HSL color Cylindrical-coordinate representation of color #D9B148: hue angle of 43.45º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9B148 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 72 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.15 |
| HSL | 43.45º | 0.66% | 0.57% | - |
| HSV(B) | 43.45º | 0.67% | 0.85% | - |
| XYZ | 45.51 | 46.66 | 12.74 | - |
| YUV | 176.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 72 | 0 | 0.18 | 0.67 | 0.15 | 43.45 | 0.66 | 0.57 |
| Hex | D9 | B1 | 48 | 0 | 12 | 43 | F | 2B | 42 | 39 |
| Octal | 331 | 261 | 110 | 0 | 22 | 103 | 17 | 53 | 102 | 71 |
| Binary | 11011001 | 10110001 | 1001000 | 0 | 10010 | 1000011 | 1111 | 101011 | 1000010 | 111001 |
Color Harmonies of #D9B148
Complementary color
Monochromatic Colors of #D9B148
Black with #D9B148
Text Example
Text Example
White with #D9B148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B148; }
p { color: rgb(217,177,72); }
H1.HeaderClassName
{
color: #D9B148;
}
.AnyTagClassName
{
color: #D9B148;
}
</style>
background-color css
<style>
a { background-color: #D9B148; }
a { background-color: rgb(217,177,72); }
div.DivClassName
{
background-color: #D9B148;
}
.BgClassName
{
background-color: #D9B148;
}
</style>
border-color css
<style>
span { border-color: #D9B148; }
span { border-color: rgb(217,177,72); }
td.TdClassName
{
border-color: #D9B148;
}
.TagClassName
{
border-color: #D9B148;
}
</style>