Shades of Brandy #D9B487
Tints of Brandy #D9B487
RGB
CMYK
RGB Variations
Color information
#D9B487 (or 0xD9B487) is known color: Brandy. HEX triplet: D9, B4 and 87. RGB value is (217,180,135). Sum of RGB (Red+Green+Blue) = 217+180+135=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B487 is #264B78. Grayscale: #BABABA. Windows color (decimal): -2509689 or 8893657. OLE color: 8893657.
HSL color Cylindrical-coordinate representation of color #D9B487: hue angle of 32.93º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9B487 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 135 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.15 |
| HSL | 32.93º | 0.52% | 0.69% | - |
| HSV(B) | 32.93º | 0.38% | 0.85% | - |
| XYZ | 49.31 | 49.14 | 29.81 | - |
| YUV | 185.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 135 | 0 | 0.17 | 0.38 | 0.15 | 32.93 | 0.52 | 0.69 |
| Hex | D9 | B4 | 87 | 0 | 11 | 26 | F | 21 | 34 | 45 |
| Octal | 331 | 264 | 207 | 0 | 21 | 46 | 17 | 41 | 64 | 105 |
| Binary | 11011001 | 10110100 | 10000111 | 0 | 10001 | 100110 | 1111 | 100001 | 110100 | 1000101 |
Color Harmonies of #D9B487
Complementary color
Monochromatic Colors of #D9B487
Black with #D9B487
Text Example
Text Example
White with #D9B487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B487; }
p { color: rgb(217,180,135); }
H1.HeaderClassName
{
color: #D9B487;
}
.AnyTagClassName
{
color: #D9B487;
}
</style>
background-color css
<style>
a { background-color: #D9B487; }
a { background-color: rgb(217,180,135); }
div.DivClassName
{
background-color: #D9B487;
}
.BgClassName
{
background-color: #D9B487;
}
</style>
border-color css
<style>
span { border-color: #D9B487; }
span { border-color: rgb(217,180,135); }
td.TdClassName
{
border-color: #D9B487;
}
.TagClassName
{
border-color: #D9B487;
}
</style>