Shades of Raffia #DFC495
Tints of Raffia #DFC495
RGB
CMYK
RGB Variations
Color information
#DFC495 (or 0xDFC495) is known color: Raffia. HEX triplet: DF, C4 and 95. RGB value is (223,196,149). Sum of RGB (Red+Green+Blue) = 223+196+149=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC495 is #203B6A. Grayscale: #C6C6C6. Windows color (decimal): -2112363 or 9815263. OLE color: 9815263.
HSL color Cylindrical-coordinate representation of color #DFC495: hue angle of 38.11º degrees, saturation: 0.54, 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 #DFC495 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 149 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.13 |
| HSL | 38.11º | 0.54% | 0.73% | - |
| HSV(B) | 38.11º | 0.33% | 0.87% | - |
| XYZ | 55.6 | 57.34 | 36.57 | - |
| YUV | 198.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 149 | 0 | 0.12 | 0.33 | 0.13 | 38.11 | 0.54 | 0.73 |
| Hex | DF | C4 | 95 | 0 | C | 21 | D | 26 | 36 | 49 |
| Octal | 337 | 304 | 225 | 0 | 14 | 41 | 15 | 46 | 66 | 111 |
| Binary | 11011111 | 11000100 | 10010101 | 0 | 1100 | 100001 | 1101 | 100110 | 110110 | 1001001 |
Color Harmonies of #DFC495
Complementary color
Monochromatic Colors of #DFC495
Black with #DFC495
Text Example
Text Example
White with #DFC495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC495; }
p { color: rgb(223,196,149); }
H1.HeaderClassName
{
color: #DFC495;
}
.AnyTagClassName
{
color: #DFC495;
}
</style>
background-color css
<style>
a { background-color: #DFC495; }
a { background-color: rgb(223,196,149); }
div.DivClassName
{
background-color: #DFC495;
}
.BgClassName
{
background-color: #DFC495;
}
</style>
border-color css
<style>
span { border-color: #DFC495; }
span { border-color: rgb(223,196,149); }
td.TdClassName
{
border-color: #DFC495;
}
.TagClassName
{
border-color: #DFC495;
}
</style>