Shades of Raffia #DFC393
Tints of Raffia #DFC393
RGB
CMYK
RGB Variations
Color information
#DFC393 (or 0xDFC393) is known color: Raffia. HEX triplet: DF, C3 and 93. RGB value is (223,195,147). Sum of RGB (Red+Green+Blue) = 223+195+147=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC393 is #203C6C. Grayscale: #C6C6C6. Windows color (decimal): -2112621 or 9683935. OLE color: 9683935.
HSL color Cylindrical-coordinate representation of color #DFC393: hue angle of 37.89º 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 #DFC393 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 147 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.13 |
| HSL | 37.89º | 0.54% | 0.73% | - |
| HSV(B) | 37.89º | 0.34% | 0.87% | - |
| XYZ | 55.21 | 56.82 | 35.66 | - |
| YUV | 197.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 147 | 0 | 0.13 | 0.34 | 0.13 | 37.89 | 0.54 | 0.73 |
| Hex | DF | C3 | 93 | 0 | D | 22 | D | 26 | 36 | 49 |
| Octal | 337 | 303 | 223 | 0 | 15 | 42 | 15 | 46 | 66 | 111 |
| Binary | 11011111 | 11000011 | 10010011 | 0 | 1101 | 100010 | 1101 | 100110 | 110110 | 1001001 |
Color Harmonies of #DFC393
Complementary color
Monochromatic Colors of #DFC393
Black with #DFC393
Text Example
Text Example
White with #DFC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC393; }
p { color: rgb(223,195,147); }
H1.HeaderClassName
{
color: #DFC393;
}
.AnyTagClassName
{
color: #DFC393;
}
</style>
background-color css
<style>
a { background-color: #DFC393; }
a { background-color: rgb(223,195,147); }
div.DivClassName
{
background-color: #DFC393;
}
.BgClassName
{
background-color: #DFC393;
}
</style>
border-color css
<style>
span { border-color: #DFC393; }
span { border-color: rgb(223,195,147); }
td.TdClassName
{
border-color: #DFC393;
}
.TagClassName
{
border-color: #DFC393;
}
</style>