Shades of Raffia #DCC3A1
Tints of Raffia #DCC3A1
RGB
CMYK
RGB Variations
Color information
#DCC3A1 (or 0xDCC3A1) is known color: Raffia. HEX triplet: DC, C3 and A1. RGB value is (220,195,161). Sum of RGB (Red+Green+Blue) = 220+195+161=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3A1 is #233C5E. Grayscale: #C6C6C6. Windows color (decimal): -2309215 or 10601436. OLE color: 10601436.
HSL color Cylindrical-coordinate representation of color #DCC3A1: hue angle of 34.58º 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 #DCC3A1 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 161 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.14 |
| HSL | 34.58º | 0.46% | 0.75% | - |
| HSV(B) | 34.58º | 0.27% | 0.86% | - |
| XYZ | 55.46 | 56.82 | 41.76 | - |
| YUV | 198.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 161 | 0 | 0.11 | 0.27 | 0.14 | 34.58 | 0.46 | 0.75 |
| Hex | DC | C3 | A1 | 0 | B | 1B | E | 23 | 2E | 4B |
| Octal | 334 | 303 | 241 | 0 | 13 | 33 | 16 | 43 | 56 | 113 |
| Binary | 11011100 | 11000011 | 10100001 | 0 | 1011 | 11011 | 1110 | 100011 | 101110 | 1001011 |
Color Harmonies of #DCC3A1
Complementary color
Monochromatic Colors of #DCC3A1
Black with #DCC3A1
Text Example
Text Example
White with #DCC3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3A1; }
p { color: rgb(220,195,161); }
H1.HeaderClassName
{
color: #DCC3A1;
}
.AnyTagClassName
{
color: #DCC3A1;
}
</style>
background-color css
<style>
a { background-color: #DCC3A1; }
a { background-color: rgb(220,195,161); }
div.DivClassName
{
background-color: #DCC3A1;
}
.BgClassName
{
background-color: #DCC3A1;
}
</style>
border-color css
<style>
span { border-color: #DCC3A1; }
span { border-color: rgb(220,195,161); }
td.TdClassName
{
border-color: #DCC3A1;
}
.TagClassName
{
border-color: #DCC3A1;
}
</style>