Shades of Raffia #DFC198
Tints of Raffia #DFC198
RGB
CMYK
RGB Variations
Color information
#DFC198 (or 0xDFC198) is known color: Raffia. HEX triplet: DF, C1 and 98. RGB value is (223,193,152). Sum of RGB (Red+Green+Blue) = 223+193+152=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC198 is #203E67. Grayscale: #C5C5C5. Windows color (decimal): -2113128 or 10011103. OLE color: 10011103.
HSL color Cylindrical-coordinate representation of color #DFC198: hue angle of 34.65º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFC198 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 152 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.13 |
| HSL | 34.65º | 0.53% | 0.74% | - |
| HSV(B) | 34.65º | 0.32% | 0.87% | - |
| XYZ | 55.17 | 56.09 | 37.63 | - |
| YUV | 197.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 152 | 0 | 0.13 | 0.32 | 0.13 | 34.65 | 0.53 | 0.74 |
| Hex | DF | C1 | 98 | 0 | D | 20 | D | 23 | 35 | 4A |
| Octal | 337 | 301 | 230 | 0 | 15 | 40 | 15 | 43 | 65 | 112 |
| Binary | 11011111 | 11000001 | 10011000 | 0 | 1101 | 100000 | 1101 | 100011 | 110101 | 1001010 |
Color Harmonies of #DFC198
Complementary color
Monochromatic Colors of #DFC198
Black with #DFC198
Text Example
Text Example
White with #DFC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC198; }
p { color: rgb(223,193,152); }
H1.HeaderClassName
{
color: #DFC198;
}
.AnyTagClassName
{
color: #DFC198;
}
</style>
background-color css
<style>
a { background-color: #DFC198; }
a { background-color: rgb(223,193,152); }
div.DivClassName
{
background-color: #DFC198;
}
.BgClassName
{
background-color: #DFC198;
}
</style>
border-color css
<style>
span { border-color: #DFC198; }
span { border-color: rgb(223,193,152); }
td.TdClassName
{
border-color: #DFC198;
}
.TagClassName
{
border-color: #DFC198;
}
</style>