Shades of Brandy #DCB88D
Tints of Brandy #DCB88D
RGB
CMYK
RGB Variations
Color information
#DCB88D (or 0xDCB88D) is known color: Brandy. HEX triplet: DC, B8 and 8D. RGB value is (220,184,141). Sum of RGB (Red+Green+Blue) = 220+184+141=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB88D is #234772. Grayscale: #BEBEBE. Windows color (decimal): -2312051 or 9287900. OLE color: 9287900.
HSL color Cylindrical-coordinate representation of color #DCB88D: hue angle of 32.66º 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 #DCB88D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 141 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.14 |
| HSL | 32.66º | 0.53% | 0.71% | - |
| HSV(B) | 32.66º | 0.36% | 0.86% | - |
| XYZ | 51.46 | 51.42 | 32.41 | - |
| YUV | 189.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 141 | 0 | 0.16 | 0.36 | 0.14 | 32.66 | 0.53 | 0.71 |
| Hex | DC | B8 | 8D | 0 | 10 | 24 | E | 21 | 35 | 47 |
| Octal | 334 | 270 | 215 | 0 | 20 | 44 | 16 | 41 | 65 | 107 |
| Binary | 11011100 | 10111000 | 10001101 | 0 | 10000 | 100100 | 1110 | 100001 | 110101 | 1000111 |
Color Harmonies of #DCB88D
Complementary color
Monochromatic Colors of #DCB88D
Black with #DCB88D
Text Example
Text Example
White with #DCB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB88D; }
p { color: rgb(220,184,141); }
H1.HeaderClassName
{
color: #DCB88D;
}
.AnyTagClassName
{
color: #DCB88D;
}
</style>
background-color css
<style>
a { background-color: #DCB88D; }
a { background-color: rgb(220,184,141); }
div.DivClassName
{
background-color: #DCB88D;
}
.BgClassName
{
background-color: #DCB88D;
}
</style>
border-color css
<style>
span { border-color: #DCB88D; }
span { border-color: rgb(220,184,141); }
td.TdClassName
{
border-color: #DCB88D;
}
.TagClassName
{
border-color: #DCB88D;
}
</style>