Shades of Brandy #DCB08B
Tints of Brandy #DCB08B
RGB
CMYK
RGB Variations
Color information
#DCB08B (or 0xDCB08B) is known color: Brandy. HEX triplet: DC, B0 and 8B. RGB value is (220,176,139). Sum of RGB (Red+Green+Blue) = 220+176+139=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB08B is #234F74. Grayscale: #B9B9B9. Windows color (decimal): -2314101 or 9154780. OLE color: 9154780.
HSL color Cylindrical-coordinate representation of color #DCB08B: hue angle of 27.41º 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 #DCB08B is Cyan = 0, Magento = 0.2, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 139 | - |
| CMYK | 0 | 0.2 | 0.37 | 0.14 |
| HSL | 27.41º | 0.54% | 0.7% | - |
| HSV(B) | 27.41º | 0.37% | 0.86% | - |
| XYZ | 49.7 | 48.13 | 31.1 | - |
| YUV | 184.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 139 | 0 | 0.2 | 0.37 | 0.14 | 27.41 | 0.54 | 0.7 |
| Hex | DC | B0 | 8B | 0 | 14 | 25 | E | 1B | 36 | 46 |
| Octal | 334 | 260 | 213 | 0 | 24 | 45 | 16 | 33 | 66 | 106 |
| Binary | 11011100 | 10110000 | 10001011 | 0 | 10100 | 100101 | 1110 | 11011 | 110110 | 1000110 |
Color Harmonies of #DCB08B
Complementary color
Monochromatic Colors of #DCB08B
Black with #DCB08B
Text Example
Text Example
White with #DCB08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB08B; }
p { color: rgb(220,176,139); }
H1.HeaderClassName
{
color: #DCB08B;
}
.AnyTagClassName
{
color: #DCB08B;
}
</style>
background-color css
<style>
a { background-color: #DCB08B; }
a { background-color: rgb(220,176,139); }
div.DivClassName
{
background-color: #DCB08B;
}
.BgClassName
{
background-color: #DCB08B;
}
</style>
border-color css
<style>
span { border-color: #DCB08B; }
span { border-color: rgb(220,176,139); }
td.TdClassName
{
border-color: #DCB08B;
}
.TagClassName
{
border-color: #DCB08B;
}
</style>