Shades of Brandy #DCB18A
Tints of Brandy #DCB18A
RGB
CMYK
RGB Variations
Color information
#DCB18A (or 0xDCB18A) is known color: Brandy. HEX triplet: DC, B1 and 8A. RGB value is (220,177,138). Sum of RGB (Red+Green+Blue) = 220+177+138=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB18A is #234E75. Grayscale: #B9B9B9. Windows color (decimal): -2313846 or 9089500. OLE color: 9089500.
HSL color Cylindrical-coordinate representation of color #DCB18A: hue angle of 28.54º 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 #DCB18A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 138 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.14 |
| HSL | 28.54º | 0.54% | 0.7% | - |
| HSV(B) | 28.54º | 0.37% | 0.86% | - |
| XYZ | 49.82 | 48.49 | 30.78 | - |
| YUV | 185.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 138 | 0 | 0.20 | 0.37 | 0.14 | 28.54 | 0.54 | 0.7 |
| Hex | DC | B1 | 8A | 0 | 14 | 25 | E | 1D | 36 | 46 |
| Octal | 334 | 261 | 212 | 0 | 24 | 45 | 16 | 35 | 66 | 106 |
| Binary | 11011100 | 10110001 | 10001010 | 0 | 10100 | 100101 | 1110 | 11101 | 110110 | 1000110 |
Color Harmonies of #DCB18A
Complementary color
Monochromatic Colors of #DCB18A
Black with #DCB18A
Text Example
Text Example
White with #DCB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB18A; }
p { color: rgb(220,177,138); }
H1.HeaderClassName
{
color: #DCB18A;
}
.AnyTagClassName
{
color: #DCB18A;
}
</style>
background-color css
<style>
a { background-color: #DCB18A; }
a { background-color: rgb(220,177,138); }
div.DivClassName
{
background-color: #DCB18A;
}
.BgClassName
{
background-color: #DCB18A;
}
</style>
border-color css
<style>
span { border-color: #DCB18A; }
span { border-color: rgb(220,177,138); }
td.TdClassName
{
border-color: #DCB18A;
}
.TagClassName
{
border-color: #DCB18A;
}
</style>