Shades of Raffia #DCC5A6
Tints of Raffia #DCC5A6
RGB
CMYK
RGB Variations
Color information
#DCC5A6 (or 0xDCC5A6) is known color: Raffia. HEX triplet: DC, C5 and A6. RGB value is (220,197,166). Sum of RGB (Red+Green+Blue) = 220+197+166=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5A6 is #233A59. Grayscale: #C8C8C8. Windows color (decimal): -2308698 or 10929628. OLE color: 10929628.
HSL color Cylindrical-coordinate representation of color #DCC5A6: hue angle of 34.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCC5A6 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 166 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.14 |
| HSL | 34.44º | 0.44% | 0.76% | - |
| HSV(B) | 34.44º | 0.25% | 0.86% | - |
| XYZ | 56.36 | 57.9 | 44.28 | - |
| YUV | 200.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 166 | 0 | 0.10 | 0.25 | 0.14 | 34.44 | 0.44 | 0.76 |
| Hex | DC | C5 | A6 | 0 | A | 19 | E | 22 | 2C | 4C |
| Octal | 334 | 305 | 246 | 0 | 12 | 31 | 16 | 42 | 54 | 114 |
| Binary | 11011100 | 11000101 | 10100110 | 0 | 1010 | 11001 | 1110 | 100010 | 101100 | 1001100 |
Color Harmonies of #DCC5A6
Complementary color
Monochromatic Colors of #DCC5A6
Black with #DCC5A6
Text Example
Text Example
White with #DCC5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5A6; }
p { color: rgb(220,197,166); }
H1.HeaderClassName
{
color: #DCC5A6;
}
.AnyTagClassName
{
color: #DCC5A6;
}
</style>
background-color css
<style>
a { background-color: #DCC5A6; }
a { background-color: rgb(220,197,166); }
div.DivClassName
{
background-color: #DCC5A6;
}
.BgClassName
{
background-color: #DCC5A6;
}
</style>
border-color css
<style>
span { border-color: #DCC5A6; }
span { border-color: rgb(220,197,166); }
td.TdClassName
{
border-color: #DCC5A6;
}
.TagClassName
{
border-color: #DCC5A6;
}
</style>