Shades of Brandy #DCB78E
Tints of Brandy #DCB78E
RGB
CMYK
RGB Variations
Color information
#DCB78E (or 0xDCB78E) is known color: Brandy. HEX triplet: DC, B7 and 8E. RGB value is (220,183,142). Sum of RGB (Red+Green+Blue) = 220+183+142=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB78E is #234871. Grayscale: #BDBDBD. Windows color (decimal): -2312306 or 9353180. OLE color: 9353180.
HSL color Cylindrical-coordinate representation of color #DCB78E: hue angle of 31.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCB78E is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 142 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.14 |
| HSL | 31.54º | 0.53% | 0.71% | - |
| HSV(B) | 31.54º | 0.35% | 0.86% | - |
| XYZ | 51.33 | 51.04 | 32.74 | - |
| YUV | 189.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 142 | 0 | 0.17 | 0.35 | 0.14 | 31.54 | 0.53 | 0.71 |
| Hex | DC | B7 | 8E | 0 | 11 | 23 | E | 20 | 35 | 47 |
| Octal | 334 | 267 | 216 | 0 | 21 | 43 | 16 | 40 | 65 | 107 |
| Binary | 11011100 | 10110111 | 10001110 | 0 | 10001 | 100011 | 1110 | 100000 | 110101 | 1000111 |
Color Harmonies of #DCB78E
Complementary color
Monochromatic Colors of #DCB78E
Black with #DCB78E
Text Example
Text Example
White with #DCB78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB78E; }
p { color: rgb(220,183,142); }
H1.HeaderClassName
{
color: #DCB78E;
}
.AnyTagClassName
{
color: #DCB78E;
}
</style>
background-color css
<style>
a { background-color: #DCB78E; }
a { background-color: rgb(220,183,142); }
div.DivClassName
{
background-color: #DCB78E;
}
.BgClassName
{
background-color: #DCB78E;
}
</style>
border-color css
<style>
span { border-color: #DCB78E; }
span { border-color: rgb(220,183,142); }
td.TdClassName
{
border-color: #DCB78E;
}
.TagClassName
{
border-color: #DCB78E;
}
</style>