Shades of Brandy #D9B488
Tints of Brandy #D9B488
RGB
CMYK
RGB Variations
Color information
#D9B488 (or 0xD9B488) is known color: Brandy. HEX triplet: D9, B4 and 88. RGB value is (217,180,136). Sum of RGB (Red+Green+Blue) = 217+180+136=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B488 is #264B77. Grayscale: #BABABA. Windows color (decimal): -2509688 or 8959193. OLE color: 8959193.
HSL color Cylindrical-coordinate representation of color #D9B488: hue angle of 32.59º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9B488 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 136 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.15 |
| HSL | 32.59º | 0.52% | 0.69% | - |
| HSV(B) | 32.59º | 0.37% | 0.85% | - |
| XYZ | 49.38 | 49.17 | 30.18 | - |
| YUV | 186.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 136 | 0 | 0.17 | 0.37 | 0.15 | 32.59 | 0.52 | 0.69 |
| Hex | D9 | B4 | 88 | 0 | 11 | 25 | F | 21 | 34 | 45 |
| Octal | 331 | 264 | 210 | 0 | 21 | 45 | 17 | 41 | 64 | 105 |
| Binary | 11011001 | 10110100 | 10001000 | 0 | 10001 | 100101 | 1111 | 100001 | 110100 | 1000101 |
Color Harmonies of #D9B488
Complementary color
Monochromatic Colors of #D9B488
Black with #D9B488
Text Example
Text Example
White with #D9B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B488; }
p { color: rgb(217,180,136); }
H1.HeaderClassName
{
color: #D9B488;
}
.AnyTagClassName
{
color: #D9B488;
}
</style>
background-color css
<style>
a { background-color: #D9B488; }
a { background-color: rgb(217,180,136); }
div.DivClassName
{
background-color: #D9B488;
}
.BgClassName
{
background-color: #D9B488;
}
</style>
border-color css
<style>
span { border-color: #D9B488; }
span { border-color: rgb(217,180,136); }
td.TdClassName
{
border-color: #D9B488;
}
.TagClassName
{
border-color: #D9B488;
}
</style>