Shades of Raffia #DCCCA6
Tints of Raffia #DCCCA6
RGB
CMYK
RGB Variations
Color information
#DCCCA6 (or 0xDCCCA6) is known color: Raffia. HEX triplet: DC, CC and A6. RGB value is (220,204,166). Sum of RGB (Red+Green+Blue) = 220+204+166=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCA6 is #233359. Grayscale: #CCCCCC. Windows color (decimal): -2306906 or 10931420. OLE color: 10931420.
HSL color Cylindrical-coordinate representation of color #DCCCA6: hue angle of 42.22º 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 #DCCCA6 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 166 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.14 |
| HSL | 42.22º | 0.44% | 0.76% | - |
| HSV(B) | 42.22º | 0.25% | 0.86% | - |
| XYZ | 57.99 | 61.15 | 44.82 | - |
| YUV | 204.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 166 | 0 | 0.07 | 0.25 | 0.14 | 42.22 | 0.44 | 0.76 |
| Hex | DC | CC | A6 | 0 | 7 | 19 | E | 2A | 2C | 4C |
| Octal | 334 | 314 | 246 | 0 | 7 | 31 | 16 | 52 | 54 | 114 |
| Binary | 11011100 | 11001100 | 10100110 | 0 | 111 | 11001 | 1110 | 101010 | 101100 | 1001100 |
Color Harmonies of #DCCCA6
Complementary color
Monochromatic Colors of #DCCCA6
Black with #DCCCA6
Text Example
Text Example
White with #DCCCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCA6; }
p { color: rgb(220,204,166); }
H1.HeaderClassName
{
color: #DCCCA6;
}
.AnyTagClassName
{
color: #DCCCA6;
}
</style>
background-color css
<style>
a { background-color: #DCCCA6; }
a { background-color: rgb(220,204,166); }
div.DivClassName
{
background-color: #DCCCA6;
}
.BgClassName
{
background-color: #DCCCA6;
}
</style>
border-color css
<style>
span { border-color: #DCCCA6; }
span { border-color: rgb(220,204,166); }
td.TdClassName
{
border-color: #DCCCA6;
}
.TagClassName
{
border-color: #DCCCA6;
}
</style>