Shades of Raffia #DFC698
Tints of Raffia #DFC698
RGB
CMYK
RGB Variations
Color information
#DFC698 (or 0xDFC698) is known color: Raffia. HEX triplet: DF, C6 and 98. RGB value is (223,198,152). Sum of RGB (Red+Green+Blue) = 223+198+152=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC698 is #203967. Grayscale: #C8C8C8. Windows color (decimal): -2111848 or 10012383. OLE color: 10012383.
HSL color Cylindrical-coordinate representation of color #DFC698: hue angle of 38.87º 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 #DFC698 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 152 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.13 |
| HSL | 38.87º | 0.53% | 0.74% | - |
| HSV(B) | 38.87º | 0.32% | 0.87% | - |
| XYZ | 56.29 | 58.34 | 38 | - |
| YUV | 200.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 152 | 0 | 0.11 | 0.32 | 0.13 | 38.87 | 0.53 | 0.74 |
| Hex | DF | C6 | 98 | 0 | B | 20 | D | 27 | 35 | 4A |
| Octal | 337 | 306 | 230 | 0 | 13 | 40 | 15 | 47 | 65 | 112 |
| Binary | 11011111 | 11000110 | 10011000 | 0 | 1011 | 100000 | 1101 | 100111 | 110101 | 1001010 |
Color Harmonies of #DFC698
Complementary color
Monochromatic Colors of #DFC698
Black with #DFC698
Text Example
Text Example
White with #DFC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC698; }
p { color: rgb(223,198,152); }
H1.HeaderClassName
{
color: #DFC698;
}
.AnyTagClassName
{
color: #DFC698;
}
</style>
background-color css
<style>
a { background-color: #DFC698; }
a { background-color: rgb(223,198,152); }
div.DivClassName
{
background-color: #DFC698;
}
.BgClassName
{
background-color: #DFC698;
}
</style>
border-color css
<style>
span { border-color: #DFC698; }
span { border-color: rgb(223,198,152); }
td.TdClassName
{
border-color: #DFC698;
}
.TagClassName
{
border-color: #DFC698;
}
</style>