Shades of Raffia #DFC9A9
Tints of Raffia #DFC9A9
RGB
CMYK
RGB Variations
Color information
#DFC9A9 (or 0xDFC9A9) is known color: Raffia. HEX triplet: DF, C9 and A9. RGB value is (223,201,169). Sum of RGB (Red+Green+Blue) = 223+201+169=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9A9 is #203656. Grayscale: #CCCCCC. Windows color (decimal): -2111063 or 11127263. OLE color: 11127263.
HSL color Cylindrical-coordinate representation of color #DFC9A9: hue angle of 35.56º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC9A9 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 169 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.13 |
| HSL | 35.56º | 0.46% | 0.77% | - |
| HSV(B) | 35.56º | 0.24% | 0.87% | - |
| XYZ | 58.48 | 60.33 | 46.1 | - |
| YUV | 203.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 169 | 0 | 0.10 | 0.24 | 0.13 | 35.56 | 0.46 | 0.77 |
| Hex | DF | C9 | A9 | 0 | A | 18 | D | 24 | 2E | 4D |
| Octal | 337 | 311 | 251 | 0 | 12 | 30 | 15 | 44 | 56 | 115 |
| Binary | 11011111 | 11001001 | 10101001 | 0 | 1010 | 11000 | 1101 | 100100 | 101110 | 1001101 |
Color Harmonies of #DFC9A9
Complementary color
Monochromatic Colors of #DFC9A9
Black with #DFC9A9
Text Example
Text Example
White with #DFC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9A9; }
p { color: rgb(223,201,169); }
H1.HeaderClassName
{
color: #DFC9A9;
}
.AnyTagClassName
{
color: #DFC9A9;
}
</style>
background-color css
<style>
a { background-color: #DFC9A9; }
a { background-color: rgb(223,201,169); }
div.DivClassName
{
background-color: #DFC9A9;
}
.BgClassName
{
background-color: #DFC9A9;
}
</style>
border-color css
<style>
span { border-color: #DFC9A9; }
span { border-color: rgb(223,201,169); }
td.TdClassName
{
border-color: #DFC9A9;
}
.TagClassName
{
border-color: #DFC9A9;
}
</style>