Shades of Raffia #DDC698
Tints of Raffia #DDC698
RGB
CMYK
RGB Variations
Color information
#DDC698 (or 0xDDC698) is known color: Raffia. HEX triplet: DD, C6 and 98. RGB value is (221,198,152). Sum of RGB (Red+Green+Blue) = 221+198+152=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC698 is #223967. Grayscale: #C7C7C7. Windows color (decimal): -2242920 or 10012381. OLE color: 10012381.
HSL color Cylindrical-coordinate representation of color #DDC698: hue angle of 40º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDC698 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 152 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.13 |
| HSL | 40º | 0.5% | 0.73% | - |
| HSV(B) | 40º | 0.31% | 0.87% | - |
| XYZ | 55.68 | 58.03 | 37.97 | - |
| YUV | 199.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 152 | 0 | 0.10 | 0.31 | 0.13 | 40 | 0.5 | 0.73 |
| Hex | DD | C6 | 98 | 0 | A | 1F | D | 28 | 32 | 49 |
| Octal | 335 | 306 | 230 | 0 | 12 | 37 | 15 | 50 | 62 | 111 |
| Binary | 11011101 | 11000110 | 10011000 | 0 | 1010 | 11111 | 1101 | 101000 | 110010 | 1001001 |
Color Harmonies of #DDC698
Complementary color
Monochromatic Colors of #DDC698
Black with #DDC698
Text Example
Text Example
White with #DDC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC698; }
p { color: rgb(221,198,152); }
H1.HeaderClassName
{
color: #DDC698;
}
.AnyTagClassName
{
color: #DDC698;
}
</style>
background-color css
<style>
a { background-color: #DDC698; }
a { background-color: rgb(221,198,152); }
div.DivClassName
{
background-color: #DDC698;
}
.BgClassName
{
background-color: #DDC698;
}
</style>
border-color css
<style>
span { border-color: #DDC698; }
span { border-color: rgb(221,198,152); }
td.TdClassName
{
border-color: #DDC698;
}
.TagClassName
{
border-color: #DDC698;
}
</style>