Shades of Raffia #DFCCA0
Tints of Raffia #DFCCA0
RGB
CMYK
RGB Variations
Color information
#DFCCA0 (or 0xDFCCA0) is known color: Raffia. HEX triplet: DF, CC and A0. RGB value is (223,204,160). Sum of RGB (Red+Green+Blue) = 223+204+160=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCA0 is #20335F. Grayscale: #CCCCCC. Windows color (decimal): -2110304 or 10538207. OLE color: 10538207.
HSL color Cylindrical-coordinate representation of color #DFCCA0: hue angle of 41.9º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFCCA0 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 160 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.13 |
| HSL | 41.9º | 0.5% | 0.75% | - |
| HSV(B) | 41.9º | 0.28% | 0.87% | - |
| XYZ | 58.37 | 61.41 | 42.03 | - |
| YUV | 204.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 160 | 0 | 0.09 | 0.28 | 0.13 | 41.9 | 0.5 | 0.75 |
| Hex | DF | CC | A0 | 0 | 9 | 1C | D | 2A | 32 | 4B |
| Octal | 337 | 314 | 240 | 0 | 11 | 34 | 15 | 52 | 62 | 113 |
| Binary | 11011111 | 11001100 | 10100000 | 0 | 1001 | 11100 | 1101 | 101010 | 110010 | 1001011 |
Color Harmonies of #DFCCA0
Complementary color
Monochromatic Colors of #DFCCA0
Black with #DFCCA0
Text Example
Text Example
White with #DFCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCA0; }
p { color: rgb(223,204,160); }
H1.HeaderClassName
{
color: #DFCCA0;
}
.AnyTagClassName
{
color: #DFCCA0;
}
</style>
background-color css
<style>
a { background-color: #DFCCA0; }
a { background-color: rgb(223,204,160); }
div.DivClassName
{
background-color: #DFCCA0;
}
.BgClassName
{
background-color: #DFCCA0;
}
</style>
border-color css
<style>
span { border-color: #DFCCA0; }
span { border-color: rgb(223,204,160); }
td.TdClassName
{
border-color: #DFCCA0;
}
.TagClassName
{
border-color: #DFCCA0;
}
</style>