Shades of Raffia #DCC0A0
Tints of Raffia #DCC0A0
RGB
CMYK
RGB Variations
Color information
#DCC0A0 (or 0xDCC0A0) is known color: Raffia. HEX triplet: DC, C0 and A0. RGB value is (220,192,160). Sum of RGB (Red+Green+Blue) = 220+192+160=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0A0 is #233F5F. Grayscale: #C4C4C4. Windows color (decimal): -2309984 or 10535132. OLE color: 10535132.
HSL color Cylindrical-coordinate representation of color #DCC0A0: hue angle of 32º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCC0A0 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 160 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.14 |
| HSL | 32º | 0.46% | 0.75% | - |
| HSV(B) | 32º | 0.27% | 0.86% | - |
| XYZ | 54.71 | 55.45 | 41.08 | - |
| YUV | 196.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 160 | 0 | 0.13 | 0.27 | 0.14 | 32 | 0.46 | 0.75 |
| Hex | DC | C0 | A0 | 0 | D | 1B | E | 20 | 2E | 4B |
| Octal | 334 | 300 | 240 | 0 | 15 | 33 | 16 | 40 | 56 | 113 |
| Binary | 11011100 | 11000000 | 10100000 | 0 | 1101 | 11011 | 1110 | 100000 | 101110 | 1001011 |
Color Harmonies of #DCC0A0
Complementary color
Monochromatic Colors of #DCC0A0
Black with #DCC0A0
Text Example
Text Example
White with #DCC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0A0; }
p { color: rgb(220,192,160); }
H1.HeaderClassName
{
color: #DCC0A0;
}
.AnyTagClassName
{
color: #DCC0A0;
}
</style>
background-color css
<style>
a { background-color: #DCC0A0; }
a { background-color: rgb(220,192,160); }
div.DivClassName
{
background-color: #DCC0A0;
}
.BgClassName
{
background-color: #DCC0A0;
}
</style>
border-color css
<style>
span { border-color: #DCC0A0; }
span { border-color: rgb(220,192,160); }
td.TdClassName
{
border-color: #DCC0A0;
}
.TagClassName
{
border-color: #DCC0A0;
}
</style>