Shades of Brandy #DCB98E
Tints of Brandy #DCB98E
RGB
CMYK
RGB Variations
Color information
#DCB98E (or 0xDCB98E) is known color: Brandy. HEX triplet: DC, B9 and 8E. RGB value is (220,185,142). Sum of RGB (Red+Green+Blue) = 220+185+142=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB98E is #234671. Grayscale: #BEBEBE. Windows color (decimal): -2311794 or 9353692. OLE color: 9353692.
HSL color Cylindrical-coordinate representation of color #DCB98E: hue angle of 33.08º 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 #DCB98E is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 142 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.14 |
| HSL | 33.08º | 0.53% | 0.71% | - |
| HSV(B) | 33.08º | 0.35% | 0.86% | - |
| XYZ | 51.75 | 51.87 | 32.88 | - |
| YUV | 190.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 142 | 0 | 0.16 | 0.35 | 0.14 | 33.08 | 0.53 | 0.71 |
| Hex | DC | B9 | 8E | 0 | 10 | 23 | E | 21 | 35 | 47 |
| Octal | 334 | 271 | 216 | 0 | 20 | 43 | 16 | 41 | 65 | 107 |
| Binary | 11011100 | 10111001 | 10001110 | 0 | 10000 | 100011 | 1110 | 100001 | 110101 | 1000111 |
Color Harmonies of #DCB98E
Complementary color
Monochromatic Colors of #DCB98E
Black with #DCB98E
Text Example
Text Example
White with #DCB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB98E; }
p { color: rgb(220,185,142); }
H1.HeaderClassName
{
color: #DCB98E;
}
.AnyTagClassName
{
color: #DCB98E;
}
</style>
background-color css
<style>
a { background-color: #DCB98E; }
a { background-color: rgb(220,185,142); }
div.DivClassName
{
background-color: #DCB98E;
}
.BgClassName
{
background-color: #DCB98E;
}
</style>
border-color css
<style>
span { border-color: #DCB98E; }
span { border-color: rgb(220,185,142); }
td.TdClassName
{
border-color: #DCB98E;
}
.TagClassName
{
border-color: #DCB98E;
}
</style>