Shades of Raffia #DDCDA8
Tints of Raffia #DDCDA8
RGB
CMYK
RGB Variations
Color information
#DDCDA8 (or 0xDDCDA8) is known color: Raffia. HEX triplet: DD, CD and A8. RGB value is (221,205,168). Sum of RGB (Red+Green+Blue) = 221+205+168=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDA8 is #223257. Grayscale: #CDCDCD. Windows color (decimal): -2241112 or 11062749. OLE color: 11062749.
HSL color Cylindrical-coordinate representation of color #DDCDA8: hue angle of 41.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDCDA8 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 168 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.13 |
| HSL | 41.89º | 0.44% | 0.76% | - |
| HSV(B) | 41.89º | 0.24% | 0.87% | - |
| XYZ | 58.72 | 61.86 | 45.89 | - |
| YUV | 205.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 168 | 0 | 0.07 | 0.24 | 0.13 | 41.89 | 0.44 | 0.76 |
| Hex | DD | CD | A8 | 0 | 7 | 18 | D | 2A | 2C | 4C |
| Octal | 335 | 315 | 250 | 0 | 7 | 30 | 15 | 52 | 54 | 114 |
| Binary | 11011101 | 11001101 | 10101000 | 0 | 111 | 11000 | 1101 | 101010 | 101100 | 1001100 |
Color Harmonies of #DDCDA8
Complementary color
Monochromatic Colors of #DDCDA8
Black with #DDCDA8
Text Example
Text Example
White with #DDCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDA8; }
p { color: rgb(221,205,168); }
H1.HeaderClassName
{
color: #DDCDA8;
}
.AnyTagClassName
{
color: #DDCDA8;
}
</style>
background-color css
<style>
a { background-color: #DDCDA8; }
a { background-color: rgb(221,205,168); }
div.DivClassName
{
background-color: #DDCDA8;
}
.BgClassName
{
background-color: #DDCDA8;
}
</style>
border-color css
<style>
span { border-color: #DDCDA8; }
span { border-color: rgb(221,205,168); }
td.TdClassName
{
border-color: #DDCDA8;
}
.TagClassName
{
border-color: #DDCDA8;
}
</style>