Shades of Raffia #DFCAA6
Tints of Raffia #DFCAA6
RGB
CMYK
RGB Variations
Color information
#DFCAA6 (or 0xDFCAA6) is known color: Raffia. HEX triplet: DF, CA and A6. RGB value is (223,202,166). Sum of RGB (Red+Green+Blue) = 223+202+166=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAA6 is #203559. Grayscale: #CCCCCC. Windows color (decimal): -2110810 or 10930911. OLE color: 10930911.
HSL color Cylindrical-coordinate representation of color #DFCAA6: hue angle of 37.89º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFCAA6 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 166 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.13 |
| HSL | 37.89º | 0.47% | 0.76% | - |
| HSV(B) | 37.89º | 0.26% | 0.87% | - |
| XYZ | 58.43 | 60.68 | 44.71 | - |
| YUV | 204.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 166 | 0 | 0.09 | 0.26 | 0.13 | 37.89 | 0.47 | 0.76 |
| Hex | DF | CA | A6 | 0 | 9 | 1A | D | 26 | 2F | 4C |
| Octal | 337 | 312 | 246 | 0 | 11 | 32 | 15 | 46 | 57 | 114 |
| Binary | 11011111 | 11001010 | 10100110 | 0 | 1001 | 11010 | 1101 | 100110 | 101111 | 1001100 |
Color Harmonies of #DFCAA6
Complementary color
Monochromatic Colors of #DFCAA6
Black with #DFCAA6
Text Example
Text Example
White with #DFCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAA6; }
p { color: rgb(223,202,166); }
H1.HeaderClassName
{
color: #DFCAA6;
}
.AnyTagClassName
{
color: #DFCAA6;
}
</style>
background-color css
<style>
a { background-color: #DFCAA6; }
a { background-color: rgb(223,202,166); }
div.DivClassName
{
background-color: #DFCAA6;
}
.BgClassName
{
background-color: #DFCAA6;
}
</style>
border-color css
<style>
span { border-color: #DFCAA6; }
span { border-color: rgb(223,202,166); }
td.TdClassName
{
border-color: #DFCAA6;
}
.TagClassName
{
border-color: #DFCAA6;
}
</style>