Shades of Raffia #DCC195
Tints of Raffia #DCC195
RGB
CMYK
RGB Variations
Color information
#DCC195 (or 0xDCC195) is known color: Raffia. HEX triplet: DC, C1 and 95. RGB value is (220,193,149). Sum of RGB (Red+Green+Blue) = 220+193+149=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC195 is #233E6A. Grayscale: #C4C4C4. Windows color (decimal): -2309739 or 9814492. OLE color: 9814492.
HSL color Cylindrical-coordinate representation of color #DCC195: hue angle of 37.18º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC195 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 149 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.14 |
| HSL | 37.18º | 0.5% | 0.72% | - |
| HSV(B) | 37.18º | 0.32% | 0.86% | - |
| XYZ | 54.01 | 55.53 | 36.3 | - |
| YUV | 196.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 149 | 0 | 0.12 | 0.32 | 0.14 | 37.18 | 0.5 | 0.72 |
| Hex | DC | C1 | 95 | 0 | C | 20 | E | 25 | 32 | 48 |
| Octal | 334 | 301 | 225 | 0 | 14 | 40 | 16 | 45 | 62 | 110 |
| Binary | 11011100 | 11000001 | 10010101 | 0 | 1100 | 100000 | 1110 | 100101 | 110010 | 1001000 |
Color Harmonies of #DCC195
Complementary color
Monochromatic Colors of #DCC195
Black with #DCC195
Text Example
Text Example
White with #DCC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC195; }
p { color: rgb(220,193,149); }
H1.HeaderClassName
{
color: #DCC195;
}
.AnyTagClassName
{
color: #DCC195;
}
</style>
background-color css
<style>
a { background-color: #DCC195; }
a { background-color: rgb(220,193,149); }
div.DivClassName
{
background-color: #DCC195;
}
.BgClassName
{
background-color: #DCC195;
}
</style>
border-color css
<style>
span { border-color: #DCC195; }
span { border-color: rgb(220,193,149); }
td.TdClassName
{
border-color: #DCC195;
}
.TagClassName
{
border-color: #DCC195;
}
</style>