Shades of Raffia #DFC49F
Tints of Raffia #DFC49F
RGB
CMYK
RGB Variations
Color information
#DFC49F (or 0xDFC49F) is known color: Raffia. HEX triplet: DF, C4 and 9F. RGB value is (223,196,159). Sum of RGB (Red+Green+Blue) = 223+196+159=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC49F is #203B60. Grayscale: #C8C8C8. Windows color (decimal): -2112353 or 10470623. OLE color: 10470623.
HSL color Cylindrical-coordinate representation of color #DFC49F: hue angle of 34.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFC49F is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 159 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.13 |
| HSL | 34.69º | 0.5% | 0.75% | - |
| HSV(B) | 34.69º | 0.29% | 0.87% | - |
| XYZ | 56.43 | 57.67 | 40.96 | - |
| YUV | 199.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 159 | 0 | 0.12 | 0.29 | 0.13 | 34.69 | 0.5 | 0.75 |
| Hex | DF | C4 | 9F | 0 | C | 1D | D | 23 | 32 | 4B |
| Octal | 337 | 304 | 237 | 0 | 14 | 35 | 15 | 43 | 62 | 113 |
| Binary | 11011111 | 11000100 | 10011111 | 0 | 1100 | 11101 | 1101 | 100011 | 110010 | 1001011 |
Color Harmonies of #DFC49F
Complementary color
Monochromatic Colors of #DFC49F
Black with #DFC49F
Text Example
Text Example
White with #DFC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC49F; }
p { color: rgb(223,196,159); }
H1.HeaderClassName
{
color: #DFC49F;
}
.AnyTagClassName
{
color: #DFC49F;
}
</style>
background-color css
<style>
a { background-color: #DFC49F; }
a { background-color: rgb(223,196,159); }
div.DivClassName
{
background-color: #DFC49F;
}
.BgClassName
{
background-color: #DFC49F;
}
</style>
border-color css
<style>
span { border-color: #DFC49F; }
span { border-color: rgb(223,196,159); }
td.TdClassName
{
border-color: #DFC49F;
}
.TagClassName
{
border-color: #DFC49F;
}
</style>