Shades of Raffia #DFC593
Tints of Raffia #DFC593
RGB
CMYK
RGB Variations
Color information
#DFC593 (or 0xDFC593) is known color: Raffia. HEX triplet: DF, C5 and 93. RGB value is (223,197,147). Sum of RGB (Red+Green+Blue) = 223+197+147=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC593 is #203A6C. Grayscale: #C7C7C7. Windows color (decimal): -2112109 or 9684447. OLE color: 9684447.
HSL color Cylindrical-coordinate representation of color #DFC593: hue angle of 39.47º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFC593 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 147 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.13 |
| HSL | 39.47º | 0.54% | 0.73% | - |
| HSV(B) | 39.47º | 0.34% | 0.87% | - |
| XYZ | 55.66 | 57.73 | 35.81 | - |
| YUV | 199.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 147 | 0 | 0.12 | 0.34 | 0.13 | 39.47 | 0.54 | 0.73 |
| Hex | DF | C5 | 93 | 0 | C | 22 | D | 27 | 36 | 49 |
| Octal | 337 | 305 | 223 | 0 | 14 | 42 | 15 | 47 | 66 | 111 |
| Binary | 11011111 | 11000101 | 10010011 | 0 | 1100 | 100010 | 1101 | 100111 | 110110 | 1001001 |
Color Harmonies of #DFC593
Complementary color
Monochromatic Colors of #DFC593
Black with #DFC593
Text Example
Text Example
White with #DFC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC593; }
p { color: rgb(223,197,147); }
H1.HeaderClassName
{
color: #DFC593;
}
.AnyTagClassName
{
color: #DFC593;
}
</style>
background-color css
<style>
a { background-color: #DFC593; }
a { background-color: rgb(223,197,147); }
div.DivClassName
{
background-color: #DFC593;
}
.BgClassName
{
background-color: #DFC593;
}
</style>
border-color css
<style>
span { border-color: #DFC593; }
span { border-color: rgb(223,197,147); }
td.TdClassName
{
border-color: #DFC593;
}
.TagClassName
{
border-color: #DFC593;
}
</style>