Shades of Brandy #DCBA8D
Tints of Brandy #DCBA8D
RGB
CMYK
RGB Variations
Color information
#DCBA8D (or 0xDCBA8D) is known color: Brandy. HEX triplet: DC, BA and 8D. RGB value is (220,186,141). Sum of RGB (Red+Green+Blue) = 220+186+141=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA8D is #234572. Grayscale: #BFBFBF. Windows color (decimal): -2311539 or 9288412. OLE color: 9288412.
HSL color Cylindrical-coordinate representation of color #DCBA8D: hue angle of 34.18º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCBA8D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 141 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.14 |
| HSL | 34.18º | 0.53% | 0.71% | - |
| HSV(B) | 34.18º | 0.36% | 0.86% | - |
| XYZ | 51.88 | 52.26 | 32.55 | - |
| YUV | 191.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 141 | 0 | 0.15 | 0.36 | 0.14 | 34.18 | 0.53 | 0.71 |
| Hex | DC | BA | 8D | 0 | F | 24 | E | 22 | 35 | 47 |
| Octal | 334 | 272 | 215 | 0 | 17 | 44 | 16 | 42 | 65 | 107 |
| Binary | 11011100 | 10111010 | 10001101 | 0 | 1111 | 100100 | 1110 | 100010 | 110101 | 1000111 |
Color Harmonies of #DCBA8D
Complementary color
Monochromatic Colors of #DCBA8D
Black with #DCBA8D
Text Example
Text Example
White with #DCBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA8D; }
p { color: rgb(220,186,141); }
H1.HeaderClassName
{
color: #DCBA8D;
}
.AnyTagClassName
{
color: #DCBA8D;
}
</style>
background-color css
<style>
a { background-color: #DCBA8D; }
a { background-color: rgb(220,186,141); }
div.DivClassName
{
background-color: #DCBA8D;
}
.BgClassName
{
background-color: #DCBA8D;
}
</style>
border-color css
<style>
span { border-color: #DCBA8D; }
span { border-color: rgb(220,186,141); }
td.TdClassName
{
border-color: #DCBA8D;
}
.TagClassName
{
border-color: #DCBA8D;
}
</style>