Shades of Raffia #DDC09E
Tints of Raffia #DDC09E
RGB
CMYK
RGB Variations
Color information
#DDC09E (or 0xDDC09E) is known color: Raffia. HEX triplet: DD, C0 and 9E. RGB value is (221,192,158). Sum of RGB (Red+Green+Blue) = 221+192+158=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC09E is #223F61. Grayscale: #C4C4C4. Windows color (decimal): -2244450 or 10404061. OLE color: 10404061.
HSL color Cylindrical-coordinate representation of color #DDC09E: hue angle of 32.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDC09E is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 158 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.13 |
| HSL | 32.38º | 0.48% | 0.74% | - |
| HSV(B) | 32.38º | 0.29% | 0.87% | - |
| XYZ | 54.84 | 55.54 | 40.18 | - |
| YUV | 196.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 158 | 0 | 0.13 | 0.29 | 0.13 | 32.38 | 0.48 | 0.74 |
| Hex | DD | C0 | 9E | 0 | D | 1D | D | 20 | 30 | 4A |
| Octal | 335 | 300 | 236 | 0 | 15 | 35 | 15 | 40 | 60 | 112 |
| Binary | 11011101 | 11000000 | 10011110 | 0 | 1101 | 11101 | 1101 | 100000 | 110000 | 1001010 |
Color Harmonies of #DDC09E
Complementary color
Monochromatic Colors of #DDC09E
Black with #DDC09E
Text Example
Text Example
White with #DDC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC09E; }
p { color: rgb(221,192,158); }
H1.HeaderClassName
{
color: #DDC09E;
}
.AnyTagClassName
{
color: #DDC09E;
}
</style>
background-color css
<style>
a { background-color: #DDC09E; }
a { background-color: rgb(221,192,158); }
div.DivClassName
{
background-color: #DDC09E;
}
.BgClassName
{
background-color: #DDC09E;
}
</style>
border-color css
<style>
span { border-color: #DDC09E; }
span { border-color: rgb(221,192,158); }
td.TdClassName
{
border-color: #DDC09E;
}
.TagClassName
{
border-color: #DDC09E;
}
</style>