Shades of Brandy #DCB187
Tints of Brandy #DCB187
RGB
CMYK
RGB Variations
Color information
#DCB187 (or 0xDCB187) is known color: Brandy. HEX triplet: DC, B1 and 87. RGB value is (220,177,135). Sum of RGB (Red+Green+Blue) = 220+177+135=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB187 is #234E78. Grayscale: #B9B9B9. Windows color (decimal): -2313849 or 8892892. OLE color: 8892892.
HSL color Cylindrical-coordinate representation of color #DCB187: hue angle of 29.65º 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 #DCB187 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 135 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.14 |
| HSL | 29.65º | 0.55% | 0.7% | - |
| HSV(B) | 29.65º | 0.39% | 0.86% | - |
| XYZ | 49.61 | 48.41 | 29.65 | - |
| YUV | 185.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 135 | 0 | 0.20 | 0.39 | 0.14 | 29.65 | 0.55 | 0.7 |
| Hex | DC | B1 | 87 | 0 | 14 | 27 | E | 1E | 37 | 46 |
| Octal | 334 | 261 | 207 | 0 | 24 | 47 | 16 | 36 | 67 | 106 |
| Binary | 11011100 | 10110001 | 10000111 | 0 | 10100 | 100111 | 1110 | 11110 | 110111 | 1000110 |
Color Harmonies of #DCB187
Complementary color
Monochromatic Colors of #DCB187
Black with #DCB187
Text Example
Text Example
White with #DCB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB187; }
p { color: rgb(220,177,135); }
H1.HeaderClassName
{
color: #DCB187;
}
.AnyTagClassName
{
color: #DCB187;
}
</style>
background-color css
<style>
a { background-color: #DCB187; }
a { background-color: rgb(220,177,135); }
div.DivClassName
{
background-color: #DCB187;
}
.BgClassName
{
background-color: #DCB187;
}
</style>
border-color css
<style>
span { border-color: #DCB187; }
span { border-color: rgb(220,177,135); }
td.TdClassName
{
border-color: #DCB187;
}
.TagClassName
{
border-color: #DCB187;
}
</style>