Shades of Raffia #DFCAA8
Tints of Raffia #DFCAA8
RGB
CMYK
RGB Variations
Color information
#DFCAA8 (or 0xDFCAA8) is known color: Raffia. HEX triplet: DF, CA and A8. RGB value is (223,202,168). Sum of RGB (Red+Green+Blue) = 223+202+168=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAA8 is #203557. Grayscale: #CCCCCC. Windows color (decimal): -2110808 or 11061983. OLE color: 11061983.
HSL color Cylindrical-coordinate representation of color #DFCAA8: hue angle of 37.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFCAA8 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 168 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.13 |
| HSL | 37.09º | 0.46% | 0.77% | - |
| HSV(B) | 37.09º | 0.25% | 0.87% | - |
| XYZ | 58.62 | 60.76 | 45.68 | - |
| YUV | 204.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 168 | 0 | 0.09 | 0.25 | 0.13 | 37.09 | 0.46 | 0.77 |
| Hex | DF | CA | A8 | 0 | 9 | 19 | D | 25 | 2E | 4D |
| Octal | 337 | 312 | 250 | 0 | 11 | 31 | 15 | 45 | 56 | 115 |
| Binary | 11011111 | 11001010 | 10101000 | 0 | 1001 | 11001 | 1101 | 100101 | 101110 | 1001101 |
Color Harmonies of #DFCAA8
Complementary color
Monochromatic Colors of #DFCAA8
Black with #DFCAA8
Text Example
Text Example
White with #DFCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAA8; }
p { color: rgb(223,202,168); }
H1.HeaderClassName
{
color: #DFCAA8;
}
.AnyTagClassName
{
color: #DFCAA8;
}
</style>
background-color css
<style>
a { background-color: #DFCAA8; }
a { background-color: rgb(223,202,168); }
div.DivClassName
{
background-color: #DFCAA8;
}
.BgClassName
{
background-color: #DFCAA8;
}
</style>
border-color css
<style>
span { border-color: #DFCAA8; }
span { border-color: rgb(223,202,168); }
td.TdClassName
{
border-color: #DFCAA8;
}
.TagClassName
{
border-color: #DFCAA8;
}
</style>