Shades of Raffia #DFC395
Tints of Raffia #DFC395
RGB
CMYK
RGB Variations
Color information
#DFC395 (or 0xDFC395) is known color: Raffia. HEX triplet: DF, C3 and 95. RGB value is (223,195,149). Sum of RGB (Red+Green+Blue) = 223+195+149=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC395 is #203C6A. Grayscale: #C6C6C6. Windows color (decimal): -2112619 or 9815007. OLE color: 9815007.
HSL color Cylindrical-coordinate representation of color #DFC395: hue angle of 37.3º 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 #DFC395 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 149 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.13 |
| HSL | 37.3º | 0.54% | 0.73% | - |
| HSV(B) | 37.3º | 0.33% | 0.87% | - |
| XYZ | 55.37 | 56.89 | 36.5 | - |
| YUV | 198.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 149 | 0 | 0.13 | 0.33 | 0.13 | 37.3 | 0.54 | 0.73 |
| Hex | DF | C3 | 95 | 0 | D | 21 | D | 25 | 36 | 49 |
| Octal | 337 | 303 | 225 | 0 | 15 | 41 | 15 | 45 | 66 | 111 |
| Binary | 11011111 | 11000011 | 10010101 | 0 | 1101 | 100001 | 1101 | 100101 | 110110 | 1001001 |
Color Harmonies of #DFC395
Complementary color
Monochromatic Colors of #DFC395
Black with #DFC395
Text Example
Text Example
White with #DFC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC395; }
p { color: rgb(223,195,149); }
H1.HeaderClassName
{
color: #DFC395;
}
.AnyTagClassName
{
color: #DFC395;
}
</style>
background-color css
<style>
a { background-color: #DFC395; }
a { background-color: rgb(223,195,149); }
div.DivClassName
{
background-color: #DFC395;
}
.BgClassName
{
background-color: #DFC395;
}
</style>
border-color css
<style>
span { border-color: #DFC395; }
span { border-color: rgb(223,195,149); }
td.TdClassName
{
border-color: #DFC395;
}
.TagClassName
{
border-color: #DFC395;
}
</style>