Shades of Raffia #DDC796
Tints of Raffia #DDC796
RGB
CMYK
RGB Variations
Color information
#DDC796 (or 0xDDC796) is known color: Raffia. HEX triplet: DD, C7 and 96. RGB value is (221,199,150). Sum of RGB (Red+Green+Blue) = 221+199+150=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC796 is #223869. Grayscale: #C8C8C8. Windows color (decimal): -2242666 or 9881565. OLE color: 9881565.
HSL color Cylindrical-coordinate representation of color #DDC796: hue angle of 41.41º 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 #DDC796 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 150 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.13 |
| HSL | 41.41º | 0.51% | 0.73% | - |
| HSV(B) | 41.41º | 0.32% | 0.87% | - |
| XYZ | 55.75 | 58.42 | 37.19 | - |
| YUV | 199.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 150 | 0 | 0.10 | 0.32 | 0.13 | 41.41 | 0.51 | 0.73 |
| Hex | DD | C7 | 96 | 0 | A | 20 | D | 29 | 33 | 49 |
| Octal | 335 | 307 | 226 | 0 | 12 | 40 | 15 | 51 | 63 | 111 |
| Binary | 11011101 | 11000111 | 10010110 | 0 | 1010 | 100000 | 1101 | 101001 | 110011 | 1001001 |
Color Harmonies of #DDC796
Complementary color
Monochromatic Colors of #DDC796
Black with #DDC796
Text Example
Text Example
White with #DDC796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC796; }
p { color: rgb(221,199,150); }
H1.HeaderClassName
{
color: #DDC796;
}
.AnyTagClassName
{
color: #DDC796;
}
</style>
background-color css
<style>
a { background-color: #DDC796; }
a { background-color: rgb(221,199,150); }
div.DivClassName
{
background-color: #DDC796;
}
.BgClassName
{
background-color: #DDC796;
}
</style>
border-color css
<style>
span { border-color: #DDC796; }
span { border-color: rgb(221,199,150); }
td.TdClassName
{
border-color: #DDC796;
}
.TagClassName
{
border-color: #DDC796;
}
</style>