Shades of Raffia #DFC498
Tints of Raffia #DFC498
RGB
CMYK
RGB Variations
Color information
#DFC498 (or 0xDFC498) is known color: Raffia. HEX triplet: DF, C4 and 98. RGB value is (223,196,152). Sum of RGB (Red+Green+Blue) = 223+196+152=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC498 is #203B67. Grayscale: #C7C7C7. Windows color (decimal): -2112360 or 10011871. OLE color: 10011871.
HSL color Cylindrical-coordinate representation of color #DFC498: hue angle of 37.18º 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 #DFC498 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 152 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.13 |
| HSL | 37.18º | 0.53% | 0.74% | - |
| HSV(B) | 37.18º | 0.32% | 0.87% | - |
| XYZ | 55.84 | 57.43 | 37.85 | - |
| YUV | 199.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 152 | 0 | 0.12 | 0.32 | 0.13 | 37.18 | 0.53 | 0.74 |
| Hex | DF | C4 | 98 | 0 | C | 20 | D | 25 | 35 | 4A |
| Octal | 337 | 304 | 230 | 0 | 14 | 40 | 15 | 45 | 65 | 112 |
| Binary | 11011111 | 11000100 | 10011000 | 0 | 1100 | 100000 | 1101 | 100101 | 110101 | 1001010 |
Color Harmonies of #DFC498
Complementary color
Monochromatic Colors of #DFC498
Black with #DFC498
Text Example
Text Example
White with #DFC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC498; }
p { color: rgb(223,196,152); }
H1.HeaderClassName
{
color: #DFC498;
}
.AnyTagClassName
{
color: #DFC498;
}
</style>
background-color css
<style>
a { background-color: #DFC498; }
a { background-color: rgb(223,196,152); }
div.DivClassName
{
background-color: #DFC498;
}
.BgClassName
{
background-color: #DFC498;
}
</style>
border-color css
<style>
span { border-color: #DFC498; }
span { border-color: rgb(223,196,152); }
td.TdClassName
{
border-color: #DFC498;
}
.TagClassName
{
border-color: #DFC498;
}
</style>