Shades of Raffia #DFC595
Tints of Raffia #DFC595
RGB
CMYK
RGB Variations
Color information
#DFC595 (or 0xDFC595) is known color: Raffia. HEX triplet: DF, C5 and 95. RGB value is (223,197,149). Sum of RGB (Red+Green+Blue) = 223+197+149=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC595 is #203A6A. Grayscale: #C7C7C7. Windows color (decimal): -2112107 or 9815519. OLE color: 9815519.
HSL color Cylindrical-coordinate representation of color #DFC595: hue angle of 38.92º 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 #DFC595 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 149 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.13 |
| HSL | 38.92º | 0.54% | 0.73% | - |
| HSV(B) | 38.92º | 0.33% | 0.87% | - |
| XYZ | 55.82 | 57.79 | 36.65 | - |
| YUV | 199.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 149 | 0 | 0.12 | 0.33 | 0.13 | 38.92 | 0.54 | 0.73 |
| Hex | DF | C5 | 95 | 0 | C | 21 | D | 27 | 36 | 49 |
| Octal | 337 | 305 | 225 | 0 | 14 | 41 | 15 | 47 | 66 | 111 |
| Binary | 11011111 | 11000101 | 10010101 | 0 | 1100 | 100001 | 1101 | 100111 | 110110 | 1001001 |
Color Harmonies of #DFC595
Complementary color
Monochromatic Colors of #DFC595
Black with #DFC595
Text Example
Text Example
White with #DFC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC595; }
p { color: rgb(223,197,149); }
H1.HeaderClassName
{
color: #DFC595;
}
.AnyTagClassName
{
color: #DFC595;
}
</style>
background-color css
<style>
a { background-color: #DFC595; }
a { background-color: rgb(223,197,149); }
div.DivClassName
{
background-color: #DFC595;
}
.BgClassName
{
background-color: #DFC595;
}
</style>
border-color css
<style>
span { border-color: #DFC595; }
span { border-color: rgb(223,197,149); }
td.TdClassName
{
border-color: #DFC595;
}
.TagClassName
{
border-color: #DFC595;
}
</style>