Shades of Brandy #DCB386
Tints of Brandy #DCB386
RGB
CMYK
RGB Variations
Color information
#DCB386 (or 0xDCB386) is known color: Brandy. HEX triplet: DC, B3 and 86. RGB value is (220,179,134). Sum of RGB (Red+Green+Blue) = 220+179+134=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB386 is #234C79. Grayscale: #BABABA. Windows color (decimal): -2313338 or 8827868. OLE color: 8827868.
HSL color Cylindrical-coordinate representation of color #DCB386: hue angle of 31.4º 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 #DCB386 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 134 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.14 |
| HSL | 31.4º | 0.55% | 0.69% | - |
| HSV(B) | 31.4º | 0.39% | 0.86% | - |
| XYZ | 49.94 | 49.18 | 29.41 | - |
| YUV | 186.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 134 | 0 | 0.19 | 0.39 | 0.14 | 31.4 | 0.55 | 0.69 |
| Hex | DC | B3 | 86 | 0 | 13 | 27 | E | 1F | 37 | 45 |
| Octal | 334 | 263 | 206 | 0 | 23 | 47 | 16 | 37 | 67 | 105 |
| Binary | 11011100 | 10110011 | 10000110 | 0 | 10011 | 100111 | 1110 | 11111 | 110111 | 1000101 |
Color Harmonies of #DCB386
Complementary color
Monochromatic Colors of #DCB386
Black with #DCB386
Text Example
Text Example
White with #DCB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB386; }
p { color: rgb(220,179,134); }
H1.HeaderClassName
{
color: #DCB386;
}
.AnyTagClassName
{
color: #DCB386;
}
</style>
background-color css
<style>
a { background-color: #DCB386; }
a { background-color: rgb(220,179,134); }
div.DivClassName
{
background-color: #DCB386;
}
.BgClassName
{
background-color: #DCB386;
}
</style>
border-color css
<style>
span { border-color: #DCB386; }
span { border-color: rgb(220,179,134); }
td.TdClassName
{
border-color: #DCB386;
}
.TagClassName
{
border-color: #DCB386;
}
</style>