Shades of Brandy #D8B58E
Tints of Brandy #D8B58E
RGB
CMYK
RGB Variations
Color information
#D8B58E (or 0xD8B58E) is known color: Brandy. HEX triplet: D8, B5 and 8E. RGB value is (216,181,142). Sum of RGB (Red+Green+Blue) = 216+181+142=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B58E is #274A71. Grayscale: #BBBBBB. Windows color (decimal): -2574962 or 9352664. OLE color: 9352664.
HSL color Cylindrical-coordinate representation of color #D8B58E: hue angle of 31.62º degrees, saturation: 0.49, 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 #D8B58E is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 142 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.15 |
| HSL | 31.62º | 0.49% | 0.7% | - |
| HSV(B) | 31.62º | 0.34% | 0.85% | - |
| XYZ | 49.73 | 49.6 | 32.54 | - |
| YUV | 187.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 142 | 0 | 0.16 | 0.34 | 0.15 | 31.62 | 0.49 | 0.7 |
| Hex | D8 | B5 | 8E | 0 | 10 | 22 | F | 20 | 31 | 46 |
| Octal | 330 | 265 | 216 | 0 | 20 | 42 | 17 | 40 | 61 | 106 |
| Binary | 11011000 | 10110101 | 10001110 | 0 | 10000 | 100010 | 1111 | 100000 | 110001 | 1000110 |
Color Harmonies of #D8B58E
Complementary color
Monochromatic Colors of #D8B58E
Black with #D8B58E
Text Example
Text Example
White with #D8B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B58E; }
p { color: rgb(216,181,142); }
H1.HeaderClassName
{
color: #D8B58E;
}
.AnyTagClassName
{
color: #D8B58E;
}
</style>
background-color css
<style>
a { background-color: #D8B58E; }
a { background-color: rgb(216,181,142); }
div.DivClassName
{
background-color: #D8B58E;
}
.BgClassName
{
background-color: #D8B58E;
}
</style>
border-color css
<style>
span { border-color: #D8B58E; }
span { border-color: rgb(216,181,142); }
td.TdClassName
{
border-color: #D8B58E;
}
.TagClassName
{
border-color: #D8B58E;
}
</style>