Shades of Raffia #DDC19F
Tints of Raffia #DDC19F
RGB
CMYK
RGB Variations
Color information
#DDC19F (or 0xDDC19F) is known color: Raffia. HEX triplet: DD, C1 and 9F. RGB value is (221,193,159). Sum of RGB (Red+Green+Blue) = 221+193+159=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC19F is #223E60. Grayscale: #C5C5C5. Windows color (decimal): -2244193 or 10469853. OLE color: 10469853.
HSL color Cylindrical-coordinate representation of color #DDC19F: hue angle of 32.9º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDC19F is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 159 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.13 |
| HSL | 32.9º | 0.48% | 0.75% | - |
| HSV(B) | 32.9º | 0.28% | 0.87% | - |
| XYZ | 55.15 | 56.02 | 40.71 | - |
| YUV | 197.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 159 | 0 | 0.13 | 0.28 | 0.13 | 32.9 | 0.48 | 0.75 |
| Hex | DD | C1 | 9F | 0 | D | 1C | D | 21 | 30 | 4B |
| Octal | 335 | 301 | 237 | 0 | 15 | 34 | 15 | 41 | 60 | 113 |
| Binary | 11011101 | 11000001 | 10011111 | 0 | 1101 | 11100 | 1101 | 100001 | 110000 | 1001011 |
Color Harmonies of #DDC19F
Complementary color
Monochromatic Colors of #DDC19F
Black with #DDC19F
Text Example
Text Example
White with #DDC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC19F; }
p { color: rgb(221,193,159); }
H1.HeaderClassName
{
color: #DDC19F;
}
.AnyTagClassName
{
color: #DDC19F;
}
</style>
background-color css
<style>
a { background-color: #DDC19F; }
a { background-color: rgb(221,193,159); }
div.DivClassName
{
background-color: #DDC19F;
}
.BgClassName
{
background-color: #DDC19F;
}
</style>
border-color css
<style>
span { border-color: #DDC19F; }
span { border-color: rgb(221,193,159); }
td.TdClassName
{
border-color: #DDC19F;
}
.TagClassName
{
border-color: #DDC19F;
}
</style>