Shades of Raffia #DFC79F
Tints of Raffia #DFC79F
RGB
CMYK
RGB Variations
Color information
#DFC79F (or 0xDFC79F) is known color: Raffia. HEX triplet: DF, C7 and 9F. RGB value is (223,199,159). Sum of RGB (Red+Green+Blue) = 223+199+159=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC79F is #203860. Grayscale: #C9C9C9. Windows color (decimal): -2111585 or 10471391. OLE color: 10471391.
HSL color Cylindrical-coordinate representation of color #DFC79F: hue angle of 37.5º 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 #DFC79F is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 159 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.13 |
| HSL | 37.5º | 0.5% | 0.75% | - |
| HSV(B) | 37.5º | 0.29% | 0.87% | - |
| XYZ | 57.11 | 59.04 | 41.19 | - |
| YUV | 201.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 159 | 0 | 0.11 | 0.29 | 0.13 | 37.5 | 0.5 | 0.75 |
| Hex | DF | C7 | 9F | 0 | B | 1D | D | 26 | 32 | 4B |
| Octal | 337 | 307 | 237 | 0 | 13 | 35 | 15 | 46 | 62 | 113 |
| Binary | 11011111 | 11000111 | 10011111 | 0 | 1011 | 11101 | 1101 | 100110 | 110010 | 1001011 |
Color Harmonies of #DFC79F
Complementary color
Monochromatic Colors of #DFC79F
Black with #DFC79F
Text Example
Text Example
White with #DFC79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC79F; }
p { color: rgb(223,199,159); }
H1.HeaderClassName
{
color: #DFC79F;
}
.AnyTagClassName
{
color: #DFC79F;
}
</style>
background-color css
<style>
a { background-color: #DFC79F; }
a { background-color: rgb(223,199,159); }
div.DivClassName
{
background-color: #DFC79F;
}
.BgClassName
{
background-color: #DFC79F;
}
</style>
border-color css
<style>
span { border-color: #DFC79F; }
span { border-color: rgb(223,199,159); }
td.TdClassName
{
border-color: #DFC79F;
}
.TagClassName
{
border-color: #DFC79F;
}
</style>