Shades of Brandy #DCBA8E
Tints of Brandy #DCBA8E
RGB
CMYK
RGB Variations
Color information
#DCBA8E (or 0xDCBA8E) is known color: Brandy. HEX triplet: DC, BA and 8E. RGB value is (220,186,142). Sum of RGB (Red+Green+Blue) = 220+186+142=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA8E is #234571. Grayscale: #BFBFBF. Windows color (decimal): -2311538 or 9353948. OLE color: 9353948.
HSL color Cylindrical-coordinate representation of color #DCBA8E: hue angle of 33.85º 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 #DCBA8E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 142 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.14 |
| HSL | 33.85º | 0.53% | 0.71% | - |
| HSV(B) | 33.85º | 0.35% | 0.86% | - |
| XYZ | 51.96 | 52.29 | 32.95 | - |
| YUV | 191.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 142 | 0 | 0.15 | 0.35 | 0.14 | 33.85 | 0.53 | 0.71 |
| Hex | DC | BA | 8E | 0 | F | 23 | E | 22 | 35 | 47 |
| Octal | 334 | 272 | 216 | 0 | 17 | 43 | 16 | 42 | 65 | 107 |
| Binary | 11011100 | 10111010 | 10001110 | 0 | 1111 | 100011 | 1110 | 100010 | 110101 | 1000111 |
Color Harmonies of #DCBA8E
Complementary color
Monochromatic Colors of #DCBA8E
Black with #DCBA8E
Text Example
Text Example
White with #DCBA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA8E; }
p { color: rgb(220,186,142); }
H1.HeaderClassName
{
color: #DCBA8E;
}
.AnyTagClassName
{
color: #DCBA8E;
}
</style>
background-color css
<style>
a { background-color: #DCBA8E; }
a { background-color: rgb(220,186,142); }
div.DivClassName
{
background-color: #DCBA8E;
}
.BgClassName
{
background-color: #DCBA8E;
}
</style>
border-color css
<style>
span { border-color: #DCBA8E; }
span { border-color: rgb(220,186,142); }
td.TdClassName
{
border-color: #DCBA8E;
}
.TagClassName
{
border-color: #DCBA8E;
}
</style>