Shades of Raffia #DDC195
Tints of Raffia #DDC195
RGB
CMYK
RGB Variations
Color information
#DDC195 (or 0xDDC195) is known color: Raffia. HEX triplet: DD, C1 and 95. RGB value is (221,193,149). Sum of RGB (Red+Green+Blue) = 221+193+149=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC195 is #223E6A. Grayscale: #C4C4C4. Windows color (decimal): -2244203 or 9814493. OLE color: 9814493.
HSL color Cylindrical-coordinate representation of color #DDC195: hue angle of 36.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC195 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 149 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.13 |
| HSL | 36.67º | 0.51% | 0.73% | - |
| HSV(B) | 36.67º | 0.33% | 0.87% | - |
| XYZ | 54.31 | 55.68 | 36.32 | - |
| YUV | 196.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 149 | 0 | 0.13 | 0.33 | 0.13 | 36.67 | 0.51 | 0.73 |
| Hex | DD | C1 | 95 | 0 | D | 21 | D | 25 | 33 | 49 |
| Octal | 335 | 301 | 225 | 0 | 15 | 41 | 15 | 45 | 63 | 111 |
| Binary | 11011101 | 11000001 | 10010101 | 0 | 1101 | 100001 | 1101 | 100101 | 110011 | 1001001 |
Color Harmonies of #DDC195
Complementary color
Monochromatic Colors of #DDC195
Black with #DDC195
Text Example
Text Example
White with #DDC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC195; }
p { color: rgb(221,193,149); }
H1.HeaderClassName
{
color: #DDC195;
}
.AnyTagClassName
{
color: #DDC195;
}
</style>
background-color css
<style>
a { background-color: #DDC195; }
a { background-color: rgb(221,193,149); }
div.DivClassName
{
background-color: #DDC195;
}
.BgClassName
{
background-color: #DDC195;
}
</style>
border-color css
<style>
span { border-color: #DDC195; }
span { border-color: rgb(221,193,149); }
td.TdClassName
{
border-color: #DDC195;
}
.TagClassName
{
border-color: #DDC195;
}
</style>