Shades of Brandy #D8BB8F
Tints of Brandy #D8BB8F
RGB
CMYK
RGB Variations
Color information
#D8BB8F (or 0xD8BB8F) is known color: Brandy. HEX triplet: D8, BB and 8F. RGB value is (216,187,143). Sum of RGB (Red+Green+Blue) = 216+187+143=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB8F is #274470. Grayscale: #BEBEBE. Windows color (decimal): -2573425 or 9419736. OLE color: 9419736.
HSL color Cylindrical-coordinate representation of color #D8BB8F: hue angle of 36.16º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8BB8F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 143 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.15 |
| HSL | 36.16º | 0.48% | 0.7% | - |
| HSV(B) | 36.16º | 0.34% | 0.85% | - |
| XYZ | 51.05 | 52.12 | 33.36 | - |
| YUV | 190.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 143 | 0 | 0.13 | 0.34 | 0.15 | 36.16 | 0.48 | 0.7 |
| Hex | D8 | BB | 8F | 0 | D | 22 | F | 24 | 30 | 46 |
| Octal | 330 | 273 | 217 | 0 | 15 | 42 | 17 | 44 | 60 | 106 |
| Binary | 11011000 | 10111011 | 10001111 | 0 | 1101 | 100010 | 1111 | 100100 | 110000 | 1000110 |
Color Harmonies of #D8BB8F
Complementary color
Monochromatic Colors of #D8BB8F
Black with #D8BB8F
Text Example
Text Example
White with #D8BB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB8F; }
p { color: rgb(216,187,143); }
H1.HeaderClassName
{
color: #D8BB8F;
}
.AnyTagClassName
{
color: #D8BB8F;
}
</style>
background-color css
<style>
a { background-color: #D8BB8F; }
a { background-color: rgb(216,187,143); }
div.DivClassName
{
background-color: #D8BB8F;
}
.BgClassName
{
background-color: #D8BB8F;
}
</style>
border-color css
<style>
span { border-color: #D8BB8F; }
span { border-color: rgb(216,187,143); }
td.TdClassName
{
border-color: #D8BB8F;
}
.TagClassName
{
border-color: #D8BB8F;
}
</style>