Shades of Brandy #D9B98C
Tints of Brandy #D9B98C
RGB
CMYK
RGB Variations
Color information
#D9B98C (or 0xD9B98C) is known color: Brandy. HEX triplet: D9, B9 and 8C. RGB value is (217,185,140). Sum of RGB (Red+Green+Blue) = 217+185+140=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B98C is #264673. Grayscale: #BDBDBD. Windows color (decimal): -2508404 or 9222617. OLE color: 9222617.
HSL color Cylindrical-coordinate representation of color #D9B98C: hue angle of 35.06º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9B98C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 140 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.15 |
| HSL | 35.06º | 0.5% | 0.7% | - |
| HSV(B) | 35.06º | 0.35% | 0.85% | - |
| XYZ | 50.7 | 51.34 | 32.05 | - |
| YUV | 189.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 140 | 0 | 0.15 | 0.35 | 0.15 | 35.06 | 0.5 | 0.7 |
| Hex | D9 | B9 | 8C | 0 | F | 23 | F | 23 | 32 | 46 |
| Octal | 331 | 271 | 214 | 0 | 17 | 43 | 17 | 43 | 62 | 106 |
| Binary | 11011001 | 10111001 | 10001100 | 0 | 1111 | 100011 | 1111 | 100011 | 110010 | 1000110 |
Color Harmonies of #D9B98C
Complementary color
Monochromatic Colors of #D9B98C
Black with #D9B98C
Text Example
Text Example
White with #D9B98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B98C; }
p { color: rgb(217,185,140); }
H1.HeaderClassName
{
color: #D9B98C;
}
.AnyTagClassName
{
color: #D9B98C;
}
</style>
background-color css
<style>
a { background-color: #D9B98C; }
a { background-color: rgb(217,185,140); }
div.DivClassName
{
background-color: #D9B98C;
}
.BgClassName
{
background-color: #D9B98C;
}
</style>
border-color css
<style>
span { border-color: #D9B98C; }
span { border-color: rgb(217,185,140); }
td.TdClassName
{
border-color: #D9B98C;
}
.TagClassName
{
border-color: #D9B98C;
}
</style>