Shades of Brandy #DCB186
Tints of Brandy #DCB186
RGB
CMYK
RGB Variations
Color information
#DCB186 (or 0xDCB186) is known color: Brandy. HEX triplet: DC, B1 and 86. RGB value is (220,177,134). Sum of RGB (Red+Green+Blue) = 220+177+134=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB186 is #234E79. Grayscale: #B9B9B9. Windows color (decimal): -2313850 or 8827356. OLE color: 8827356.
HSL color Cylindrical-coordinate representation of color #DCB186: hue angle of 30º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCB186 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 134 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.14 |
| HSL | 30º | 0.55% | 0.69% | - |
| HSV(B) | 30º | 0.39% | 0.86% | - |
| XYZ | 49.54 | 48.38 | 29.28 | - |
| YUV | 184.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 134 | 0 | 0.20 | 0.39 | 0.14 | 30 | 0.55 | 0.69 |
| Hex | DC | B1 | 86 | 0 | 14 | 27 | E | 1E | 37 | 45 |
| Octal | 334 | 261 | 206 | 0 | 24 | 47 | 16 | 36 | 67 | 105 |
| Binary | 11011100 | 10110001 | 10000110 | 0 | 10100 | 100111 | 1110 | 11110 | 110111 | 1000101 |
Color Harmonies of #DCB186
Complementary color
Monochromatic Colors of #DCB186
Black with #DCB186
Text Example
Text Example
White with #DCB186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB186; }
p { color: rgb(220,177,134); }
H1.HeaderClassName
{
color: #DCB186;
}
.AnyTagClassName
{
color: #DCB186;
}
</style>
background-color css
<style>
a { background-color: #DCB186; }
a { background-color: rgb(220,177,134); }
div.DivClassName
{
background-color: #DCB186;
}
.BgClassName
{
background-color: #DCB186;
}
</style>
border-color css
<style>
span { border-color: #DCB186; }
span { border-color: rgb(220,177,134); }
td.TdClassName
{
border-color: #DCB186;
}
.TagClassName
{
border-color: #DCB186;
}
</style>