Shades of Brandy #DCB486
Tints of Brandy #DCB486
RGB
CMYK
RGB Variations
Color information
#DCB486 (or 0xDCB486) is known color: Brandy. HEX triplet: DC, B4 and 86. RGB value is (220,180,134). Sum of RGB (Red+Green+Blue) = 220+180+134=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB486 is #234B79. Grayscale: #BABABA. Windows color (decimal): -2313082 or 8828124. OLE color: 8828124.
HSL color Cylindrical-coordinate representation of color #DCB486: hue angle of 32.09º 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 #DCB486 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 134 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.14 |
| HSL | 32.09º | 0.55% | 0.69% | - |
| HSV(B) | 32.09º | 0.39% | 0.86% | - |
| XYZ | 50.14 | 49.58 | 29.48 | - |
| YUV | 186.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 134 | 0 | 0.18 | 0.39 | 0.14 | 32.09 | 0.55 | 0.69 |
| Hex | DC | B4 | 86 | 0 | 12 | 27 | E | 20 | 37 | 45 |
| Octal | 334 | 264 | 206 | 0 | 22 | 47 | 16 | 40 | 67 | 105 |
| Binary | 11011100 | 10110100 | 10000110 | 0 | 10010 | 100111 | 1110 | 100000 | 110111 | 1000101 |
Color Harmonies of #DCB486
Complementary color
Monochromatic Colors of #DCB486
Black with #DCB486
Text Example
Text Example
White with #DCB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB486; }
p { color: rgb(220,180,134); }
H1.HeaderClassName
{
color: #DCB486;
}
.AnyTagClassName
{
color: #DCB486;
}
</style>
background-color css
<style>
a { background-color: #DCB486; }
a { background-color: rgb(220,180,134); }
div.DivClassName
{
background-color: #DCB486;
}
.BgClassName
{
background-color: #DCB486;
}
</style>
border-color css
<style>
span { border-color: #DCB486; }
span { border-color: rgb(220,180,134); }
td.TdClassName
{
border-color: #DCB486;
}
.TagClassName
{
border-color: #DCB486;
}
</style>