Shades of Brandy #DCB98B
Tints of Brandy #DCB98B
RGB
CMYK
RGB Variations
Color information
#DCB98B (or 0xDCB98B) is known color: Brandy. HEX triplet: DC, B9 and 8B. RGB value is (220,185,139). Sum of RGB (Red+Green+Blue) = 220+185+139=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB98B is #234674. Grayscale: #BEBEBE. Windows color (decimal): -2311797 or 9157084. OLE color: 9157084.
HSL color Cylindrical-coordinate representation of color #DCB98B: hue angle of 34.07º 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 #DCB98B is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 139 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.14 |
| HSL | 34.07º | 0.54% | 0.7% | - |
| HSV(B) | 34.07º | 0.37% | 0.86% | - |
| XYZ | 51.52 | 51.78 | 31.7 | - |
| YUV | 190.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 139 | 0 | 0.16 | 0.37 | 0.14 | 34.07 | 0.54 | 0.7 |
| Hex | DC | B9 | 8B | 0 | 10 | 25 | E | 22 | 36 | 46 |
| Octal | 334 | 271 | 213 | 0 | 20 | 45 | 16 | 42 | 66 | 106 |
| Binary | 11011100 | 10111001 | 10001011 | 0 | 10000 | 100101 | 1110 | 100010 | 110110 | 1000110 |
Color Harmonies of #DCB98B
Complementary color
Monochromatic Colors of #DCB98B
Black with #DCB98B
Text Example
Text Example
White with #DCB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB98B; }
p { color: rgb(220,185,139); }
H1.HeaderClassName
{
color: #DCB98B;
}
.AnyTagClassName
{
color: #DCB98B;
}
</style>
background-color css
<style>
a { background-color: #DCB98B; }
a { background-color: rgb(220,185,139); }
div.DivClassName
{
background-color: #DCB98B;
}
.BgClassName
{
background-color: #DCB98B;
}
</style>
border-color css
<style>
span { border-color: #DCB98B; }
span { border-color: rgb(220,185,139); }
td.TdClassName
{
border-color: #DCB98B;
}
.TagClassName
{
border-color: #DCB98B;
}
</style>