Shades of Brandy #DCB28C
Tints of Brandy #DCB28C
RGB
CMYK
RGB Variations
Color information
#DCB28C (or 0xDCB28C) is known color: Brandy. HEX triplet: DC, B2 and 8C. RGB value is (220,178,140). Sum of RGB (Red+Green+Blue) = 220+178+140=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB28C is #234D73. Grayscale: #BABABA. Windows color (decimal): -2313588 or 9220828. OLE color: 9220828.
HSL color Cylindrical-coordinate representation of color #DCB28C: hue angle of 28.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCB28C is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 140 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.14 |
| HSL | 28.5º | 0.53% | 0.71% | - |
| HSV(B) | 28.5º | 0.36% | 0.86% | - |
| XYZ | 50.17 | 48.95 | 31.62 | - |
| YUV | 186.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 140 | 0 | 0.19 | 0.36 | 0.14 | 28.5 | 0.53 | 0.71 |
| Hex | DC | B2 | 8C | 0 | 13 | 24 | E | 1C | 35 | 47 |
| Octal | 334 | 262 | 214 | 0 | 23 | 44 | 16 | 34 | 65 | 107 |
| Binary | 11011100 | 10110010 | 10001100 | 0 | 10011 | 100100 | 1110 | 11100 | 110101 | 1000111 |
Color Harmonies of #DCB28C
Complementary color
Monochromatic Colors of #DCB28C
Black with #DCB28C
Text Example
Text Example
White with #DCB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB28C; }
p { color: rgb(220,178,140); }
H1.HeaderClassName
{
color: #DCB28C;
}
.AnyTagClassName
{
color: #DCB28C;
}
</style>
background-color css
<style>
a { background-color: #DCB28C; }
a { background-color: rgb(220,178,140); }
div.DivClassName
{
background-color: #DCB28C;
}
.BgClassName
{
background-color: #DCB28C;
}
</style>
border-color css
<style>
span { border-color: #DCB28C; }
span { border-color: rgb(220,178,140); }
td.TdClassName
{
border-color: #DCB28C;
}
.TagClassName
{
border-color: #DCB28C;
}
</style>