Shades of Raffia #DCC695
Tints of Raffia #DCC695
RGB
CMYK
RGB Variations
Color information
#DCC695 (or 0xDCC695) is known color: Raffia. HEX triplet: DC, C6 and 95. RGB value is (220,198,149). Sum of RGB (Red+Green+Blue) = 220+198+149=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC695 is #23396A. Grayscale: #C7C7C7. Windows color (decimal): -2308459 or 9815772. OLE color: 9815772.
HSL color Cylindrical-coordinate representation of color #DCC695: hue angle of 41.41º 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 #DCC695 is Cyan = 0, Magento = 0.1, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 149 | - |
| CMYK | 0 | 0.1 | 0.32 | 0.14 |
| HSL | 41.41º | 0.5% | 0.72% | - |
| HSV(B) | 41.41º | 0.32% | 0.86% | - |
| XYZ | 55.13 | 57.77 | 36.68 | - |
| YUV | 198.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 149 | 0 | 0.1 | 0.32 | 0.14 | 41.41 | 0.5 | 0.72 |
| Hex | DC | C6 | 95 | 0 | A | 20 | E | 29 | 32 | 48 |
| Octal | 334 | 306 | 225 | 0 | 12 | 40 | 16 | 51 | 62 | 110 |
| Binary | 11011100 | 11000110 | 10010101 | 0 | 1010 | 100000 | 1110 | 101001 | 110010 | 1001000 |
Color Harmonies of #DCC695
Complementary color
Monochromatic Colors of #DCC695
Black with #DCC695
Text Example
Text Example
White with #DCC695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC695; }
p { color: rgb(220,198,149); }
H1.HeaderClassName
{
color: #DCC695;
}
.AnyTagClassName
{
color: #DCC695;
}
</style>
background-color css
<style>
a { background-color: #DCC695; }
a { background-color: rgb(220,198,149); }
div.DivClassName
{
background-color: #DCC695;
}
.BgClassName
{
background-color: #DCC695;
}
</style>
border-color css
<style>
span { border-color: #DCC695; }
span { border-color: rgb(220,198,149); }
td.TdClassName
{
border-color: #DCC695;
}
.TagClassName
{
border-color: #DCC695;
}
</style>