Shades of Brandy #DCB88B
Tints of Brandy #DCB88B
RGB
CMYK
RGB Variations
Color information
#DCB88B (or 0xDCB88B) is known color: Brandy. HEX triplet: DC, B8 and 8B. RGB value is (220,184,139). Sum of RGB (Red+Green+Blue) = 220+184+139=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB88B is #234774. Grayscale: #BDBDBD. Windows color (decimal): -2312053 or 9156828. OLE color: 9156828.
HSL color Cylindrical-coordinate representation of color #DCB88B: hue angle of 33.33º 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 #DCB88B is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 139 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.14 |
| HSL | 33.33º | 0.54% | 0.7% | - |
| HSV(B) | 33.33º | 0.37% | 0.86% | - |
| XYZ | 51.32 | 51.36 | 31.64 | - |
| YUV | 189.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 139 | 0 | 0.16 | 0.37 | 0.14 | 33.33 | 0.54 | 0.7 |
| Hex | DC | B8 | 8B | 0 | 10 | 25 | E | 21 | 36 | 46 |
| Octal | 334 | 270 | 213 | 0 | 20 | 45 | 16 | 41 | 66 | 106 |
| Binary | 11011100 | 10111000 | 10001011 | 0 | 10000 | 100101 | 1110 | 100001 | 110110 | 1000110 |
Color Harmonies of #DCB88B
Complementary color
Monochromatic Colors of #DCB88B
Black with #DCB88B
Text Example
Text Example
White with #DCB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB88B; }
p { color: rgb(220,184,139); }
H1.HeaderClassName
{
color: #DCB88B;
}
.AnyTagClassName
{
color: #DCB88B;
}
</style>
background-color css
<style>
a { background-color: #DCB88B; }
a { background-color: rgb(220,184,139); }
div.DivClassName
{
background-color: #DCB88B;
}
.BgClassName
{
background-color: #DCB88B;
}
</style>
border-color css
<style>
span { border-color: #DCB88B; }
span { border-color: rgb(220,184,139); }
td.TdClassName
{
border-color: #DCB88B;
}
.TagClassName
{
border-color: #DCB88B;
}
</style>