Shades of Brandy #DCB789
Tints of Brandy #DCB789
RGB
CMYK
RGB Variations
Color information
#DCB789 (or 0xDCB789) is known color: Brandy. HEX triplet: DC, B7 and 89. RGB value is (220,183,137). Sum of RGB (Red+Green+Blue) = 220+183+137=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB789 is #234876. Grayscale: #BDBDBD. Windows color (decimal): -2312311 or 9025500. OLE color: 9025500.
HSL color Cylindrical-coordinate representation of color #DCB789: hue angle of 33.25º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCB789 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 137 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.14 |
| HSL | 33.25º | 0.54% | 0.7% | - |
| HSV(B) | 33.25º | 0.38% | 0.86% | - |
| XYZ | 50.96 | 50.89 | 30.8 | - |
| YUV | 188.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 137 | 0 | 0.17 | 0.38 | 0.14 | 33.25 | 0.54 | 0.7 |
| Hex | DC | B7 | 89 | 0 | 11 | 26 | E | 21 | 36 | 46 |
| Octal | 334 | 267 | 211 | 0 | 21 | 46 | 16 | 41 | 66 | 106 |
| Binary | 11011100 | 10110111 | 10001001 | 0 | 10001 | 100110 | 1110 | 100001 | 110110 | 1000110 |
Color Harmonies of #DCB789
Complementary color
Monochromatic Colors of #DCB789
Black with #DCB789
Text Example
Text Example
White with #DCB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB789; }
p { color: rgb(220,183,137); }
H1.HeaderClassName
{
color: #DCB789;
}
.AnyTagClassName
{
color: #DCB789;
}
</style>
background-color css
<style>
a { background-color: #DCB789; }
a { background-color: rgb(220,183,137); }
div.DivClassName
{
background-color: #DCB789;
}
.BgClassName
{
background-color: #DCB789;
}
</style>
border-color css
<style>
span { border-color: #DCB789; }
span { border-color: rgb(220,183,137); }
td.TdClassName
{
border-color: #DCB789;
}
.TagClassName
{
border-color: #DCB789;
}
</style>