Shades of Brandy #DCB487
Tints of Brandy #DCB487
RGB
CMYK
RGB Variations
Color information
#DCB487 (or 0xDCB487) is known color: Brandy. HEX triplet: DC, B4 and 87. RGB value is (220,180,135). Sum of RGB (Red+Green+Blue) = 220+180+135=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB487 is #234B78. Grayscale: #BBBBBB. Windows color (decimal): -2313081 or 8893660. OLE color: 8893660.
HSL color Cylindrical-coordinate representation of color #DCB487: hue angle of 31.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCB487 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 135 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.14 |
| HSL | 31.76º | 0.55% | 0.7% | - |
| HSV(B) | 31.76º | 0.39% | 0.86% | - |
| XYZ | 50.21 | 49.61 | 29.85 | - |
| YUV | 186.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 135 | 0 | 0.18 | 0.39 | 0.14 | 31.76 | 0.55 | 0.7 |
| Hex | DC | B4 | 87 | 0 | 12 | 27 | E | 20 | 37 | 46 |
| Octal | 334 | 264 | 207 | 0 | 22 | 47 | 16 | 40 | 67 | 106 |
| Binary | 11011100 | 10110100 | 10000111 | 0 | 10010 | 100111 | 1110 | 100000 | 110111 | 1000110 |
Color Harmonies of #DCB487
Complementary color
Monochromatic Colors of #DCB487
Black with #DCB487
Text Example
Text Example
White with #DCB487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB487; }
p { color: rgb(220,180,135); }
H1.HeaderClassName
{
color: #DCB487;
}
.AnyTagClassName
{
color: #DCB487;
}
</style>
background-color css
<style>
a { background-color: #DCB487; }
a { background-color: rgb(220,180,135); }
div.DivClassName
{
background-color: #DCB487;
}
.BgClassName
{
background-color: #DCB487;
}
</style>
border-color css
<style>
span { border-color: #DCB487; }
span { border-color: rgb(220,180,135); }
td.TdClassName
{
border-color: #DCB487;
}
.TagClassName
{
border-color: #DCB487;
}
</style>