Shades of Raffia #DFC2A1
Tints of Raffia #DFC2A1
RGB
CMYK
RGB Variations
Color information
#DFC2A1 (or 0xDFC2A1) is known color: Raffia. HEX triplet: DF, C2 and A1. RGB value is (223,194,161). Sum of RGB (Red+Green+Blue) = 223+194+161=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC2A1 is #203D5E. Grayscale: #C7C7C7. Windows color (decimal): -2112863 or 10601183. OLE color: 10601183.
HSL color Cylindrical-coordinate representation of color #DFC2A1: hue angle of 31.94º degrees, saturation: 0.49, 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 #DFC2A1 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 161 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.13 |
| HSL | 31.94º | 0.49% | 0.75% | - |
| HSV(B) | 31.94º | 0.28% | 0.87% | - |
| XYZ | 56.16 | 56.84 | 41.73 | - |
| YUV | 198.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 161 | 0 | 0.13 | 0.28 | 0.13 | 31.94 | 0.49 | 0.75 |
| Hex | DF | C2 | A1 | 0 | D | 1C | D | 20 | 31 | 4B |
| Octal | 337 | 302 | 241 | 0 | 15 | 34 | 15 | 40 | 61 | 113 |
| Binary | 11011111 | 11000010 | 10100001 | 0 | 1101 | 11100 | 1101 | 100000 | 110001 | 1001011 |
Color Harmonies of #DFC2A1
Complementary color
Monochromatic Colors of #DFC2A1
Black with #DFC2A1
Text Example
Text Example
White with #DFC2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2A1; }
p { color: rgb(223,194,161); }
H1.HeaderClassName
{
color: #DFC2A1;
}
.AnyTagClassName
{
color: #DFC2A1;
}
</style>
background-color css
<style>
a { background-color: #DFC2A1; }
a { background-color: rgb(223,194,161); }
div.DivClassName
{
background-color: #DFC2A1;
}
.BgClassName
{
background-color: #DFC2A1;
}
</style>
border-color css
<style>
span { border-color: #DFC2A1; }
span { border-color: rgb(223,194,161); }
td.TdClassName
{
border-color: #DFC2A1;
}
.TagClassName
{
border-color: #DFC2A1;
}
</style>