Shades of Brandy #DCB78A
Tints of Brandy #DCB78A
RGB
CMYK
RGB Variations
Color information
#DCB78A (or 0xDCB78A) is known color: Brandy. HEX triplet: DC, B7 and 8A. RGB value is (220,183,138). Sum of RGB (Red+Green+Blue) = 220+183+138=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB78A is #234875. Grayscale: #BDBDBD. Windows color (decimal): -2312310 or 9091036. OLE color: 9091036.
HSL color Cylindrical-coordinate representation of color #DCB78A: hue angle of 32.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCB78A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 138 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.14 |
| HSL | 32.93º | 0.54% | 0.7% | - |
| HSV(B) | 32.93º | 0.37% | 0.86% | - |
| XYZ | 51.04 | 50.92 | 31.18 | - |
| YUV | 188.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 138 | 0 | 0.17 | 0.37 | 0.14 | 32.93 | 0.54 | 0.7 |
| Hex | DC | B7 | 8A | 0 | 11 | 25 | E | 21 | 36 | 46 |
| Octal | 334 | 267 | 212 | 0 | 21 | 45 | 16 | 41 | 66 | 106 |
| Binary | 11011100 | 10110111 | 10001010 | 0 | 10001 | 100101 | 1110 | 100001 | 110110 | 1000110 |
Color Harmonies of #DCB78A
Complementary color
Monochromatic Colors of #DCB78A
Black with #DCB78A
Text Example
Text Example
White with #DCB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB78A; }
p { color: rgb(220,183,138); }
H1.HeaderClassName
{
color: #DCB78A;
}
.AnyTagClassName
{
color: #DCB78A;
}
</style>
background-color css
<style>
a { background-color: #DCB78A; }
a { background-color: rgb(220,183,138); }
div.DivClassName
{
background-color: #DCB78A;
}
.BgClassName
{
background-color: #DCB78A;
}
</style>
border-color css
<style>
span { border-color: #DCB78A; }
span { border-color: rgb(220,183,138); }
td.TdClassName
{
border-color: #DCB78A;
}
.TagClassName
{
border-color: #DCB78A;
}
</style>