Shades of Raffia #DDC6A1
Tints of Raffia #DDC6A1
RGB
CMYK
RGB Variations
Color information
#DDC6A1 (or 0xDDC6A1) is known color: Raffia. HEX triplet: DD, C6 and A1. RGB value is (221,198,161). Sum of RGB (Red+Green+Blue) = 221+198+161=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC6A1 is #22395E. Grayscale: #C8C8C8. Windows color (decimal): -2242911 or 10602205. OLE color: 10602205.
HSL color Cylindrical-coordinate representation of color #DDC6A1: hue angle of 37º degrees, saturation: 0.47, 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 #DDC6A1 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 161 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.13 |
| HSL | 37º | 0.47% | 0.75% | - |
| HSV(B) | 37º | 0.27% | 0.87% | - |
| XYZ | 56.45 | 58.33 | 42 | - |
| YUV | 200.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 161 | 0 | 0.10 | 0.27 | 0.13 | 37 | 0.47 | 0.75 |
| Hex | DD | C6 | A1 | 0 | A | 1B | D | 25 | 2F | 4B |
| Octal | 335 | 306 | 241 | 0 | 12 | 33 | 15 | 45 | 57 | 113 |
| Binary | 11011101 | 11000110 | 10100001 | 0 | 1010 | 11011 | 1101 | 100101 | 101111 | 1001011 |
Color Harmonies of #DDC6A1
Complementary color
Monochromatic Colors of #DDC6A1
Black with #DDC6A1
Text Example
Text Example
White with #DDC6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6A1; }
p { color: rgb(221,198,161); }
H1.HeaderClassName
{
color: #DDC6A1;
}
.AnyTagClassName
{
color: #DDC6A1;
}
</style>
background-color css
<style>
a { background-color: #DDC6A1; }
a { background-color: rgb(221,198,161); }
div.DivClassName
{
background-color: #DDC6A1;
}
.BgClassName
{
background-color: #DDC6A1;
}
</style>
border-color css
<style>
span { border-color: #DDC6A1; }
span { border-color: rgb(221,198,161); }
td.TdClassName
{
border-color: #DDC6A1;
}
.TagClassName
{
border-color: #DDC6A1;
}
</style>