Shades of Raffia #DDC898
Tints of Raffia #DDC898
RGB
CMYK
RGB Variations
Color information
#DDC898 (or 0xDDC898) is known color: Raffia. HEX triplet: DD, C8 and 98. RGB value is (221,200,152). Sum of RGB (Red+Green+Blue) = 221+200+152=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC898 is #223767. Grayscale: #C9C9C9. Windows color (decimal): -2242408 or 10012893. OLE color: 10012893.
HSL color Cylindrical-coordinate representation of color #DDC898: hue angle of 41.74º 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 #DDC898 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 152 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.13 |
| HSL | 41.74º | 0.5% | 0.73% | - |
| HSV(B) | 41.74º | 0.31% | 0.87% | - |
| XYZ | 56.14 | 58.95 | 38.12 | - |
| YUV | 200.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 152 | 0 | 0.10 | 0.31 | 0.13 | 41.74 | 0.5 | 0.73 |
| Hex | DD | C8 | 98 | 0 | A | 1F | D | 2A | 32 | 49 |
| Octal | 335 | 310 | 230 | 0 | 12 | 37 | 15 | 52 | 62 | 111 |
| Binary | 11011101 | 11001000 | 10011000 | 0 | 1010 | 11111 | 1101 | 101010 | 110010 | 1001001 |
Color Harmonies of #DDC898
Complementary color
Monochromatic Colors of #DDC898
Black with #DDC898
Text Example
Text Example
White with #DDC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC898; }
p { color: rgb(221,200,152); }
H1.HeaderClassName
{
color: #DDC898;
}
.AnyTagClassName
{
color: #DDC898;
}
</style>
background-color css
<style>
a { background-color: #DDC898; }
a { background-color: rgb(221,200,152); }
div.DivClassName
{
background-color: #DDC898;
}
.BgClassName
{
background-color: #DDC898;
}
</style>
border-color css
<style>
span { border-color: #DDC898; }
span { border-color: rgb(221,200,152); }
td.TdClassName
{
border-color: #DDC898;
}
.TagClassName
{
border-color: #DDC898;
}
</style>