Shades of Raffia #DFC99F
Tints of Raffia #DFC99F
RGB
CMYK
RGB Variations
Color information
#DFC99F (or 0xDFC99F) is known color: Raffia. HEX triplet: DF, C9 and 9F. RGB value is (223,201,159). Sum of RGB (Red+Green+Blue) = 223+201+159=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC99F is #203660. Grayscale: #CACACA. Windows color (decimal): -2111073 or 10471903. OLE color: 10471903.
HSL color Cylindrical-coordinate representation of color #DFC99F: hue angle of 39.38º 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 #DFC99F is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 159 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.13 |
| HSL | 39.38º | 0.5% | 0.75% | - |
| HSV(B) | 39.38º | 0.29% | 0.87% | - |
| XYZ | 57.58 | 59.96 | 41.34 | - |
| YUV | 202.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 159 | 0 | 0.10 | 0.29 | 0.13 | 39.38 | 0.5 | 0.75 |
| Hex | DF | C9 | 9F | 0 | A | 1D | D | 27 | 32 | 4B |
| Octal | 337 | 311 | 237 | 0 | 12 | 35 | 15 | 47 | 62 | 113 |
| Binary | 11011111 | 11001001 | 10011111 | 0 | 1010 | 11101 | 1101 | 100111 | 110010 | 1001011 |
Color Harmonies of #DFC99F
Complementary color
Monochromatic Colors of #DFC99F
Black with #DFC99F
Text Example
Text Example
White with #DFC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC99F; }
p { color: rgb(223,201,159); }
H1.HeaderClassName
{
color: #DFC99F;
}
.AnyTagClassName
{
color: #DFC99F;
}
</style>
background-color css
<style>
a { background-color: #DFC99F; }
a { background-color: rgb(223,201,159); }
div.DivClassName
{
background-color: #DFC99F;
}
.BgClassName
{
background-color: #DFC99F;
}
</style>
border-color css
<style>
span { border-color: #DFC99F; }
span { border-color: rgb(223,201,159); }
td.TdClassName
{
border-color: #DFC99F;
}
.TagClassName
{
border-color: #DFC99F;
}
</style>