Shades of Brandy #DCB48E
Tints of Brandy #DCB48E
RGB
CMYK
RGB Variations
Color information
#DCB48E (or 0xDCB48E) is known color: Brandy. HEX triplet: DC, B4 and 8E. RGB value is (220,180,142). Sum of RGB (Red+Green+Blue) = 220+180+142=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB48E is #234B71. Grayscale: #BBBBBB. Windows color (decimal): -2313074 or 9352412. OLE color: 9352412.
HSL color Cylindrical-coordinate representation of color #DCB48E: hue angle of 29.23º 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 #DCB48E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 142 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.14 |
| HSL | 29.23º | 0.53% | 0.71% | - |
| HSV(B) | 29.23º | 0.35% | 0.86% | - |
| XYZ | 50.72 | 49.81 | 32.53 | - |
| YUV | 187.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 142 | 0 | 0.18 | 0.35 | 0.14 | 29.23 | 0.53 | 0.71 |
| Hex | DC | B4 | 8E | 0 | 12 | 23 | E | 1D | 35 | 47 |
| Octal | 334 | 264 | 216 | 0 | 22 | 43 | 16 | 35 | 65 | 107 |
| Binary | 11011100 | 10110100 | 10001110 | 0 | 10010 | 100011 | 1110 | 11101 | 110101 | 1000111 |
Color Harmonies of #DCB48E
Complementary color
Monochromatic Colors of #DCB48E
Black with #DCB48E
Text Example
Text Example
White with #DCB48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB48E; }
p { color: rgb(220,180,142); }
H1.HeaderClassName
{
color: #DCB48E;
}
.AnyTagClassName
{
color: #DCB48E;
}
</style>
background-color css
<style>
a { background-color: #DCB48E; }
a { background-color: rgb(220,180,142); }
div.DivClassName
{
background-color: #DCB48E;
}
.BgClassName
{
background-color: #DCB48E;
}
</style>
border-color css
<style>
span { border-color: #DCB48E; }
span { border-color: rgb(220,180,142); }
td.TdClassName
{
border-color: #DCB48E;
}
.TagClassName
{
border-color: #DCB48E;
}
</style>