Shades of Brandy #D9BD8F
Tints of Brandy #D9BD8F
RGB
CMYK
RGB Variations
Color information
#D9BD8F (or 0xD9BD8F) is known color: Brandy. HEX triplet: D9, BD and 8F. RGB value is (217,189,143). Sum of RGB (Red+Green+Blue) = 217+189+143=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD8F is #264270. Grayscale: #C0C0C0. Windows color (decimal): -2507377 or 9420249. OLE color: 9420249.
HSL color Cylindrical-coordinate representation of color #D9BD8F: hue angle of 37.3º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9BD8F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 143 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.15 |
| HSL | 37.3º | 0.49% | 0.71% | - |
| HSV(B) | 37.3º | 0.34% | 0.85% | - |
| XYZ | 51.77 | 53.13 | 33.51 | - |
| YUV | 192.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 143 | 0 | 0.13 | 0.34 | 0.15 | 37.3 | 0.49 | 0.71 |
| Hex | D9 | BD | 8F | 0 | D | 22 | F | 25 | 31 | 47 |
| Octal | 331 | 275 | 217 | 0 | 15 | 42 | 17 | 45 | 61 | 107 |
| Binary | 11011001 | 10111101 | 10001111 | 0 | 1101 | 100010 | 1111 | 100101 | 110001 | 1000111 |
Color Harmonies of #D9BD8F
Complementary color
Monochromatic Colors of #D9BD8F
Black with #D9BD8F
Text Example
Text Example
White with #D9BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD8F; }
p { color: rgb(217,189,143); }
H1.HeaderClassName
{
color: #D9BD8F;
}
.AnyTagClassName
{
color: #D9BD8F;
}
</style>
background-color css
<style>
a { background-color: #D9BD8F; }
a { background-color: rgb(217,189,143); }
div.DivClassName
{
background-color: #D9BD8F;
}
.BgClassName
{
background-color: #D9BD8F;
}
</style>
border-color css
<style>
span { border-color: #D9BD8F; }
span { border-color: rgb(217,189,143); }
td.TdClassName
{
border-color: #D9BD8F;
}
.TagClassName
{
border-color: #D9BD8F;
}
</style>