Shades of Raffia #DFC99E
Tints of Raffia #DFC99E
RGB
CMYK
RGB Variations
Color information
#DFC99E (or 0xDFC99E) is known color: Raffia. HEX triplet: DF, C9 and 9E. RGB value is (223,201,158). Sum of RGB (Red+Green+Blue) = 223+201+158=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC99E is #203661. Grayscale: #CACACA. Windows color (decimal): -2111074 or 10406367. OLE color: 10406367.
HSL color Cylindrical-coordinate representation of color #DFC99E: hue angle of 39.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 #DFC99E is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 158 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.13 |
| HSL | 39.69º | 0.5% | 0.75% | - |
| HSV(B) | 39.69º | 0.29% | 0.87% | - |
| XYZ | 57.49 | 59.93 | 40.89 | - |
| YUV | 202.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 158 | 0 | 0.10 | 0.29 | 0.13 | 39.69 | 0.5 | 0.75 |
| Hex | DF | C9 | 9E | 0 | A | 1D | D | 28 | 32 | 4B |
| Octal | 337 | 311 | 236 | 0 | 12 | 35 | 15 | 50 | 62 | 113 |
| Binary | 11011111 | 11001001 | 10011110 | 0 | 1010 | 11101 | 1101 | 101000 | 110010 | 1001011 |
Color Harmonies of #DFC99E
Complementary color
Monochromatic Colors of #DFC99E
Black with #DFC99E
Text Example
Text Example
White with #DFC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC99E; }
p { color: rgb(223,201,158); }
H1.HeaderClassName
{
color: #DFC99E;
}
.AnyTagClassName
{
color: #DFC99E;
}
</style>
background-color css
<style>
a { background-color: #DFC99E; }
a { background-color: rgb(223,201,158); }
div.DivClassName
{
background-color: #DFC99E;
}
.BgClassName
{
background-color: #DFC99E;
}
</style>
border-color css
<style>
span { border-color: #DFC99E; }
span { border-color: rgb(223,201,158); }
td.TdClassName
{
border-color: #DFC99E;
}
.TagClassName
{
border-color: #DFC99E;
}
</style>