Shades of Raffia #DFC496
Tints of Raffia #DFC496
RGB
CMYK
RGB Variations
Color information
#DFC496 (or 0xDFC496) is known color: Raffia. HEX triplet: DF, C4 and 96. RGB value is (223,196,150). Sum of RGB (Red+Green+Blue) = 223+196+150=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC496 is #203B69. Grayscale: #C7C7C7. Windows color (decimal): -2112362 or 9880799. OLE color: 9880799.
HSL color Cylindrical-coordinate representation of color #DFC496: hue angle of 37.81º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFC496 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 150 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.13 |
| HSL | 37.81º | 0.53% | 0.73% | - |
| HSV(B) | 37.81º | 0.33% | 0.87% | - |
| XYZ | 55.68 | 57.37 | 36.99 | - |
| YUV | 198.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 150 | 0 | 0.12 | 0.33 | 0.13 | 37.81 | 0.53 | 0.73 |
| Hex | DF | C4 | 96 | 0 | C | 21 | D | 26 | 35 | 49 |
| Octal | 337 | 304 | 226 | 0 | 14 | 41 | 15 | 46 | 65 | 111 |
| Binary | 11011111 | 11000100 | 10010110 | 0 | 1100 | 100001 | 1101 | 100110 | 110101 | 1001001 |
Color Harmonies of #DFC496
Complementary color
Monochromatic Colors of #DFC496
Black with #DFC496
Text Example
Text Example
White with #DFC496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC496; }
p { color: rgb(223,196,150); }
H1.HeaderClassName
{
color: #DFC496;
}
.AnyTagClassName
{
color: #DFC496;
}
</style>
background-color css
<style>
a { background-color: #DFC496; }
a { background-color: rgb(223,196,150); }
div.DivClassName
{
background-color: #DFC496;
}
.BgClassName
{
background-color: #DFC496;
}
</style>
border-color css
<style>
span { border-color: #DFC496; }
span { border-color: rgb(223,196,150); }
td.TdClassName
{
border-color: #DFC496;
}
.TagClassName
{
border-color: #DFC496;
}
</style>