Shades of Brandy #D9B08C
Tints of Brandy #D9B08C
RGB
CMYK
RGB Variations
Color information
#D9B08C (or 0xD9B08C) is known color: Brandy. HEX triplet: D9, B0 and 8C. RGB value is (217,176,140). Sum of RGB (Red+Green+Blue) = 217+176+140=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B08C is #264F73. Grayscale: #B8B8B8. Windows color (decimal): -2510708 or 9220313. OLE color: 9220313.
HSL color Cylindrical-coordinate representation of color #D9B08C: hue angle of 28.05º 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 #D9B08C is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 140 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.15 |
| HSL | 28.05º | 0.5% | 0.7% | - |
| HSV(B) | 28.05º | 0.35% | 0.85% | - |
| XYZ | 48.87 | 47.7 | 31.44 | - |
| YUV | 184.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 140 | 0 | 0.19 | 0.35 | 0.15 | 28.05 | 0.5 | 0.7 |
| Hex | D9 | B0 | 8C | 0 | 13 | 23 | F | 1C | 32 | 46 |
| Octal | 331 | 260 | 214 | 0 | 23 | 43 | 17 | 34 | 62 | 106 |
| Binary | 11011001 | 10110000 | 10001100 | 0 | 10011 | 100011 | 1111 | 11100 | 110010 | 1000110 |
Color Harmonies of #D9B08C
Complementary color
Monochromatic Colors of #D9B08C
Black with #D9B08C
Text Example
Text Example
White with #D9B08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B08C; }
p { color: rgb(217,176,140); }
H1.HeaderClassName
{
color: #D9B08C;
}
.AnyTagClassName
{
color: #D9B08C;
}
</style>
background-color css
<style>
a { background-color: #D9B08C; }
a { background-color: rgb(217,176,140); }
div.DivClassName
{
background-color: #D9B08C;
}
.BgClassName
{
background-color: #D9B08C;
}
</style>
border-color css
<style>
span { border-color: #D9B08C; }
span { border-color: rgb(217,176,140); }
td.TdClassName
{
border-color: #D9B08C;
}
.TagClassName
{
border-color: #D9B08C;
}
</style>