Shades of Brandy #DCB38E
Tints of Brandy #DCB38E
RGB
CMYK
RGB Variations
Color information
#DCB38E (or 0xDCB38E) is known color: Brandy. HEX triplet: DC, B3 and 8E. RGB value is (220,179,142). Sum of RGB (Red+Green+Blue) = 220+179+142=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB38E is #234C71. Grayscale: #BBBBBB. Windows color (decimal): -2313330 or 9352156. OLE color: 9352156.
HSL color Cylindrical-coordinate representation of color #DCB38E: hue angle of 28.46º 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 #DCB38E is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 142 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.14 |
| HSL | 28.46º | 0.53% | 0.71% | - |
| HSV(B) | 28.46º | 0.35% | 0.86% | - |
| XYZ | 50.52 | 49.41 | 32.47 | - |
| YUV | 187.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 142 | 0 | 0.19 | 0.35 | 0.14 | 28.46 | 0.53 | 0.71 |
| Hex | DC | B3 | 8E | 0 | 13 | 23 | E | 1C | 35 | 47 |
| Octal | 334 | 263 | 216 | 0 | 23 | 43 | 16 | 34 | 65 | 107 |
| Binary | 11011100 | 10110011 | 10001110 | 0 | 10011 | 100011 | 1110 | 11100 | 110101 | 1000111 |
Color Harmonies of #DCB38E
Complementary color
Monochromatic Colors of #DCB38E
Black with #DCB38E
Text Example
Text Example
White with #DCB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB38E; }
p { color: rgb(220,179,142); }
H1.HeaderClassName
{
color: #DCB38E;
}
.AnyTagClassName
{
color: #DCB38E;
}
</style>
background-color css
<style>
a { background-color: #DCB38E; }
a { background-color: rgb(220,179,142); }
div.DivClassName
{
background-color: #DCB38E;
}
.BgClassName
{
background-color: #DCB38E;
}
</style>
border-color css
<style>
span { border-color: #DCB38E; }
span { border-color: rgb(220,179,142); }
td.TdClassName
{
border-color: #DCB38E;
}
.TagClassName
{
border-color: #DCB38E;
}
</style>