Shades of Brandy #DCB68E
Tints of Brandy #DCB68E
RGB
CMYK
RGB Variations
Color information
#DCB68E (or 0xDCB68E) is known color: Brandy. HEX triplet: DC, B6 and 8E. RGB value is (220,182,142). Sum of RGB (Red+Green+Blue) = 220+182+142=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB68E is #234971. Grayscale: #BDBDBD. Windows color (decimal): -2312562 or 9352924. OLE color: 9352924.
HSL color Cylindrical-coordinate representation of color #DCB68E: hue angle of 30.77º 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 #DCB68E is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 142 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.14 |
| HSL | 30.77º | 0.53% | 0.71% | - |
| HSV(B) | 30.77º | 0.35% | 0.86% | - |
| XYZ | 51.13 | 50.62 | 32.67 | - |
| YUV | 188.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 142 | 0 | 0.17 | 0.35 | 0.14 | 30.77 | 0.53 | 0.71 |
| Hex | DC | B6 | 8E | 0 | 11 | 23 | E | 1F | 35 | 47 |
| Octal | 334 | 266 | 216 | 0 | 21 | 43 | 16 | 37 | 65 | 107 |
| Binary | 11011100 | 10110110 | 10001110 | 0 | 10001 | 100011 | 1110 | 11111 | 110101 | 1000111 |
Color Harmonies of #DCB68E
Complementary color
Monochromatic Colors of #DCB68E
Black with #DCB68E
Text Example
Text Example
White with #DCB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB68E; }
p { color: rgb(220,182,142); }
H1.HeaderClassName
{
color: #DCB68E;
}
.AnyTagClassName
{
color: #DCB68E;
}
</style>
background-color css
<style>
a { background-color: #DCB68E; }
a { background-color: rgb(220,182,142); }
div.DivClassName
{
background-color: #DCB68E;
}
.BgClassName
{
background-color: #DCB68E;
}
</style>
border-color css
<style>
span { border-color: #DCB68E; }
span { border-color: rgb(220,182,142); }
td.TdClassName
{
border-color: #DCB68E;
}
.TagClassName
{
border-color: #DCB68E;
}
</style>