Shades of Raffia #DDC296
Tints of Raffia #DDC296
RGB
CMYK
RGB Variations
Color information
#DDC296 (or 0xDDC296) is known color: Raffia. HEX triplet: DD, C2 and 96. RGB value is (221,194,150). Sum of RGB (Red+Green+Blue) = 221+194+150=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC296 is #223D69. Grayscale: #C5C5C5. Windows color (decimal): -2243946 or 9880285. OLE color: 9880285.
HSL color Cylindrical-coordinate representation of color #DDC296: hue angle of 37.18º 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 #DDC296 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 150 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.13 |
| HSL | 37.18º | 0.51% | 0.73% | - |
| HSV(B) | 37.18º | 0.32% | 0.87% | - |
| XYZ | 54.62 | 56.16 | 36.82 | - |
| YUV | 197.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 150 | 0 | 0.12 | 0.32 | 0.13 | 37.18 | 0.51 | 0.73 |
| Hex | DD | C2 | 96 | 0 | C | 20 | D | 25 | 33 | 49 |
| Octal | 335 | 302 | 226 | 0 | 14 | 40 | 15 | 45 | 63 | 111 |
| Binary | 11011101 | 11000010 | 10010110 | 0 | 1100 | 100000 | 1101 | 100101 | 110011 | 1001001 |
Color Harmonies of #DDC296
Complementary color
Monochromatic Colors of #DDC296
Black with #DDC296
Text Example
Text Example
White with #DDC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC296; }
p { color: rgb(221,194,150); }
H1.HeaderClassName
{
color: #DDC296;
}
.AnyTagClassName
{
color: #DDC296;
}
</style>
background-color css
<style>
a { background-color: #DDC296; }
a { background-color: rgb(221,194,150); }
div.DivClassName
{
background-color: #DDC296;
}
.BgClassName
{
background-color: #DDC296;
}
</style>
border-color css
<style>
span { border-color: #DDC296; }
span { border-color: rgb(221,194,150); }
td.TdClassName
{
border-color: #DDC296;
}
.TagClassName
{
border-color: #DDC296;
}
</style>