Shades of Brandy #DCB08C
Tints of Brandy #DCB08C
RGB
CMYK
RGB Variations
Color information
#DCB08C (or 0xDCB08C) is known color: Brandy. HEX triplet: DC, B0 and 8C. RGB value is (220,176,140). Sum of RGB (Red+Green+Blue) = 220+176+140=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB08C is #234F73. Grayscale: #B9B9B9. Windows color (decimal): -2314100 or 9220316. OLE color: 9220316.
HSL color Cylindrical-coordinate representation of color #DCB08C: hue angle of 27º 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 #DCB08C is Cyan = 0, Magento = 0.2, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 140 | - |
| CMYK | 0 | 0.2 | 0.36 | 0.14 |
| HSL | 27º | 0.53% | 0.71% | - |
| HSV(B) | 27º | 0.36% | 0.86% | - |
| XYZ | 49.77 | 48.16 | 31.48 | - |
| YUV | 185.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 140 | 0 | 0.2 | 0.36 | 0.14 | 27 | 0.53 | 0.71 |
| Hex | DC | B0 | 8C | 0 | 14 | 24 | E | 1B | 35 | 47 |
| Octal | 334 | 260 | 214 | 0 | 24 | 44 | 16 | 33 | 65 | 107 |
| Binary | 11011100 | 10110000 | 10001100 | 0 | 10100 | 100100 | 1110 | 11011 | 110101 | 1000111 |
Color Harmonies of #DCB08C
Complementary color
Monochromatic Colors of #DCB08C
Black with #DCB08C
Text Example
Text Example
White with #DCB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB08C; }
p { color: rgb(220,176,140); }
H1.HeaderClassName
{
color: #DCB08C;
}
.AnyTagClassName
{
color: #DCB08C;
}
</style>
background-color css
<style>
a { background-color: #DCB08C; }
a { background-color: rgb(220,176,140); }
div.DivClassName
{
background-color: #DCB08C;
}
.BgClassName
{
background-color: #DCB08C;
}
</style>
border-color css
<style>
span { border-color: #DCB08C; }
span { border-color: rgb(220,176,140); }
td.TdClassName
{
border-color: #DCB08C;
}
.TagClassName
{
border-color: #DCB08C;
}
</style>