Shades of Raffia #DDC197
Tints of Raffia #DDC197
RGB
CMYK
RGB Variations
Color information
#DDC197 (or 0xDDC197) is known color: Raffia. HEX triplet: DD, C1 and 97. RGB value is (221,193,151). Sum of RGB (Red+Green+Blue) = 221+193+151=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC197 is #223E68. Grayscale: #C4C4C4. Windows color (decimal): -2244201 or 9945565. OLE color: 9945565.
HSL color Cylindrical-coordinate representation of color #DDC197: hue angle of 36º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDC197 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 151 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.13 |
| HSL | 36º | 0.51% | 0.73% | - |
| HSV(B) | 36º | 0.32% | 0.87% | - |
| XYZ | 54.47 | 55.75 | 37.17 | - |
| YUV | 196.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 151 | 0 | 0.13 | 0.32 | 0.13 | 36 | 0.51 | 0.73 |
| Hex | DD | C1 | 97 | 0 | D | 20 | D | 24 | 33 | 49 |
| Octal | 335 | 301 | 227 | 0 | 15 | 40 | 15 | 44 | 63 | 111 |
| Binary | 11011101 | 11000001 | 10010111 | 0 | 1101 | 100000 | 1101 | 100100 | 110011 | 1001001 |
Color Harmonies of #DDC197
Complementary color
Monochromatic Colors of #DDC197
Black with #DDC197
Text Example
Text Example
White with #DDC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC197; }
p { color: rgb(221,193,151); }
H1.HeaderClassName
{
color: #DDC197;
}
.AnyTagClassName
{
color: #DDC197;
}
</style>
background-color css
<style>
a { background-color: #DDC197; }
a { background-color: rgb(221,193,151); }
div.DivClassName
{
background-color: #DDC197;
}
.BgClassName
{
background-color: #DDC197;
}
</style>
border-color css
<style>
span { border-color: #DDC197; }
span { border-color: rgb(221,193,151); }
td.TdClassName
{
border-color: #DDC197;
}
.TagClassName
{
border-color: #DDC197;
}
</style>