Shades of Raffia #DCC2A1
Tints of Raffia #DCC2A1
RGB
CMYK
RGB Variations
Color information
#DCC2A1 (or 0xDCC2A1) is known color: Raffia. HEX triplet: DC, C2 and A1. RGB value is (220,194,161). Sum of RGB (Red+Green+Blue) = 220+194+161=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2A1 is #233D5E. Grayscale: #C6C6C6. Windows color (decimal): -2309471 or 10601180. OLE color: 10601180.
HSL color Cylindrical-coordinate representation of color #DCC2A1: hue angle of 33.56º 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 #DCC2A1 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 161 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.14 |
| HSL | 33.56º | 0.46% | 0.75% | - |
| HSV(B) | 33.56º | 0.27% | 0.86% | - |
| XYZ | 55.24 | 56.37 | 41.69 | - |
| YUV | 198.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 161 | 0 | 0.12 | 0.27 | 0.14 | 33.56 | 0.46 | 0.75 |
| Hex | DC | C2 | A1 | 0 | C | 1B | E | 22 | 2E | 4B |
| Octal | 334 | 302 | 241 | 0 | 14 | 33 | 16 | 42 | 56 | 113 |
| Binary | 11011100 | 11000010 | 10100001 | 0 | 1100 | 11011 | 1110 | 100010 | 101110 | 1001011 |
Color Harmonies of #DCC2A1
Complementary color
Monochromatic Colors of #DCC2A1
Black with #DCC2A1
Text Example
Text Example
White with #DCC2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2A1; }
p { color: rgb(220,194,161); }
H1.HeaderClassName
{
color: #DCC2A1;
}
.AnyTagClassName
{
color: #DCC2A1;
}
</style>
background-color css
<style>
a { background-color: #DCC2A1; }
a { background-color: rgb(220,194,161); }
div.DivClassName
{
background-color: #DCC2A1;
}
.BgClassName
{
background-color: #DCC2A1;
}
</style>
border-color css
<style>
span { border-color: #DCC2A1; }
span { border-color: rgb(220,194,161); }
td.TdClassName
{
border-color: #DCC2A1;
}
.TagClassName
{
border-color: #DCC2A1;
}
</style>