Shades of Brandy #DCB08E
Tints of Brandy #DCB08E
RGB
CMYK
RGB Variations
Color information
#DCB08E (or 0xDCB08E) is known color: Brandy. HEX triplet: DC, B0 and 8E. RGB value is (220,176,142). Sum of RGB (Red+Green+Blue) = 220+176+142=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB08E is #234F71. Grayscale: #B9B9B9. Windows color (decimal): -2314098 or 9351388. OLE color: 9351388.
HSL color Cylindrical-coordinate representation of color #DCB08E: hue angle of 26.15º 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 #DCB08E is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 142 | - |
| CMYK | 0 | 0.2 | 0.35 | 0.14 |
| HSL | 26.15º | 0.53% | 0.71% | - |
| HSV(B) | 26.15º | 0.35% | 0.86% | - |
| XYZ | 49.92 | 48.22 | 32.27 | - |
| YUV | 185.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 142 | 0 | 0.2 | 0.35 | 0.14 | 26.15 | 0.53 | 0.71 |
| Hex | DC | B0 | 8E | 0 | 14 | 23 | E | 1A | 35 | 47 |
| Octal | 334 | 260 | 216 | 0 | 24 | 43 | 16 | 32 | 65 | 107 |
| Binary | 11011100 | 10110000 | 10001110 | 0 | 10100 | 100011 | 1110 | 11010 | 110101 | 1000111 |
Color Harmonies of #DCB08E
Complementary color
Monochromatic Colors of #DCB08E
Black with #DCB08E
Text Example
Text Example
White with #DCB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB08E; }
p { color: rgb(220,176,142); }
H1.HeaderClassName
{
color: #DCB08E;
}
.AnyTagClassName
{
color: #DCB08E;
}
</style>
background-color css
<style>
a { background-color: #DCB08E; }
a { background-color: rgb(220,176,142); }
div.DivClassName
{
background-color: #DCB08E;
}
.BgClassName
{
background-color: #DCB08E;
}
</style>
border-color css
<style>
span { border-color: #DCB08E; }
span { border-color: rgb(220,176,142); }
td.TdClassName
{
border-color: #DCB08E;
}
.TagClassName
{
border-color: #DCB08E;
}
</style>