Shades of Raffia #DDC9A2
Tints of Raffia #DDC9A2
RGB
CMYK
RGB Variations
Color information
#DDC9A2 (or 0xDDC9A2) is known color: Raffia. HEX triplet: DD, C9 and A2. RGB value is (221,201,162). Sum of RGB (Red+Green+Blue) = 221+201+162=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC9A2 is #22365D. Grayscale: #CACACA. Windows color (decimal): -2242142 or 10668509. OLE color: 10668509.
HSL color Cylindrical-coordinate representation of color #DDC9A2: hue angle of 39.66º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDC9A2 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 162 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.13 |
| HSL | 39.66º | 0.46% | 0.75% | - |
| HSV(B) | 39.66º | 0.27% | 0.87% | - |
| XYZ | 57.23 | 59.75 | 42.7 | - |
| YUV | 202.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 162 | 0 | 0.09 | 0.27 | 0.13 | 39.66 | 0.46 | 0.75 |
| Hex | DD | C9 | A2 | 0 | 9 | 1B | D | 28 | 2E | 4B |
| Octal | 335 | 311 | 242 | 0 | 11 | 33 | 15 | 50 | 56 | 113 |
| Binary | 11011101 | 11001001 | 10100010 | 0 | 1001 | 11011 | 1101 | 101000 | 101110 | 1001011 |
Color Harmonies of #DDC9A2
Complementary color
Monochromatic Colors of #DDC9A2
Black with #DDC9A2
Text Example
Text Example
White with #DDC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9A2; }
p { color: rgb(221,201,162); }
H1.HeaderClassName
{
color: #DDC9A2;
}
.AnyTagClassName
{
color: #DDC9A2;
}
</style>
background-color css
<style>
a { background-color: #DDC9A2; }
a { background-color: rgb(221,201,162); }
div.DivClassName
{
background-color: #DDC9A2;
}
.BgClassName
{
background-color: #DDC9A2;
}
</style>
border-color css
<style>
span { border-color: #DDC9A2; }
span { border-color: rgb(221,201,162); }
td.TdClassName
{
border-color: #DDC9A2;
}
.TagClassName
{
border-color: #DDC9A2;
}
</style>