Shades of Raffia #DCC2A0
Tints of Raffia #DCC2A0
RGB
CMYK
RGB Variations
Color information
#DCC2A0 (or 0xDCC2A0) is known color: Raffia. HEX triplet: DC, C2 and A0. RGB value is (220,194,160). Sum of RGB (Red+Green+Blue) = 220+194+160=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2A0 is #233D5F. Grayscale: #C6C6C6. Windows color (decimal): -2309472 or 10535644. OLE color: 10535644.
HSL color Cylindrical-coordinate representation of color #DCC2A0: hue angle of 34º 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 #DCC2A0 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 160 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.14 |
| HSL | 34º | 0.46% | 0.75% | - |
| HSV(B) | 34º | 0.27% | 0.86% | - |
| XYZ | 55.15 | 56.34 | 41.23 | - |
| YUV | 197.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 160 | 0 | 0.12 | 0.27 | 0.14 | 34 | 0.46 | 0.75 |
| Hex | DC | C2 | A0 | 0 | C | 1B | E | 22 | 2E | 4B |
| Octal | 334 | 302 | 240 | 0 | 14 | 33 | 16 | 42 | 56 | 113 |
| Binary | 11011100 | 11000010 | 10100000 | 0 | 1100 | 11011 | 1110 | 100010 | 101110 | 1001011 |
Color Harmonies of #DCC2A0
Complementary color
Monochromatic Colors of #DCC2A0
Black with #DCC2A0
Text Example
Text Example
White with #DCC2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2A0; }
p { color: rgb(220,194,160); }
H1.HeaderClassName
{
color: #DCC2A0;
}
.AnyTagClassName
{
color: #DCC2A0;
}
</style>
background-color css
<style>
a { background-color: #DCC2A0; }
a { background-color: rgb(220,194,160); }
div.DivClassName
{
background-color: #DCC2A0;
}
.BgClassName
{
background-color: #DCC2A0;
}
</style>
border-color css
<style>
span { border-color: #DCC2A0; }
span { border-color: rgb(220,194,160); }
td.TdClassName
{
border-color: #DCC2A0;
}
.TagClassName
{
border-color: #DCC2A0;
}
</style>