Shades of Raffia #DCC8A6
Tints of Raffia #DCC8A6
RGB
CMYK
RGB Variations
Color information
#DCC8A6 (or 0xDCC8A6) is known color: Raffia. HEX triplet: DC, C8 and A6. RGB value is (220,200,166). Sum of RGB (Red+Green+Blue) = 220+200+166=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8A6 is #233759. Grayscale: #CACACA. Windows color (decimal): -2307930 or 10930396. OLE color: 10930396.
HSL color Cylindrical-coordinate representation of color #DCC8A6: hue angle of 37.78º 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 #DCC8A6 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 166 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.14 |
| HSL | 37.78º | 0.44% | 0.76% | - |
| HSV(B) | 37.78º | 0.25% | 0.86% | - |
| XYZ | 57.05 | 59.28 | 44.51 | - |
| YUV | 202.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 166 | 0 | 0.09 | 0.25 | 0.14 | 37.78 | 0.44 | 0.76 |
| Hex | DC | C8 | A6 | 0 | 9 | 19 | E | 26 | 2C | 4C |
| Octal | 334 | 310 | 246 | 0 | 11 | 31 | 16 | 46 | 54 | 114 |
| Binary | 11011100 | 11001000 | 10100110 | 0 | 1001 | 11001 | 1110 | 100110 | 101100 | 1001100 |
Color Harmonies of #DCC8A6
Complementary color
Monochromatic Colors of #DCC8A6
Black with #DCC8A6
Text Example
Text Example
White with #DCC8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8A6; }
p { color: rgb(220,200,166); }
H1.HeaderClassName
{
color: #DCC8A6;
}
.AnyTagClassName
{
color: #DCC8A6;
}
</style>
background-color css
<style>
a { background-color: #DCC8A6; }
a { background-color: rgb(220,200,166); }
div.DivClassName
{
background-color: #DCC8A6;
}
.BgClassName
{
background-color: #DCC8A6;
}
</style>
border-color css
<style>
span { border-color: #DCC8A6; }
span { border-color: rgb(220,200,166); }
td.TdClassName
{
border-color: #DCC8A6;
}
.TagClassName
{
border-color: #DCC8A6;
}
</style>