Shades of Raffia #DDCAA8
Tints of Raffia #DDCAA8
RGB
CMYK
RGB Variations
Color information
#DDCAA8 (or 0xDDCAA8) is known color: Raffia. HEX triplet: DD, CA and A8. RGB value is (221,202,168). Sum of RGB (Red+Green+Blue) = 221+202+168=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA8 is #223557. Grayscale: #CBCBCB. Windows color (decimal): -2241880 or 11061981. OLE color: 11061981.
HSL color Cylindrical-coordinate representation of color #DDCAA8: hue angle of 38.49º 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 #DDCAA8 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 168 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.13 |
| HSL | 38.49º | 0.44% | 0.76% | - |
| HSV(B) | 38.49º | 0.24% | 0.87% | - |
| XYZ | 58.01 | 60.44 | 45.65 | - |
| YUV | 203.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 168 | 0 | 0.09 | 0.24 | 0.13 | 38.49 | 0.44 | 0.76 |
| Hex | DD | CA | A8 | 0 | 9 | 18 | D | 26 | 2C | 4C |
| Octal | 335 | 312 | 250 | 0 | 11 | 30 | 15 | 46 | 54 | 114 |
| Binary | 11011101 | 11001010 | 10101000 | 0 | 1001 | 11000 | 1101 | 100110 | 101100 | 1001100 |
Color Harmonies of #DDCAA8
Complementary color
Monochromatic Colors of #DDCAA8
Black with #DDCAA8
Text Example
Text Example
White with #DDCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAA8; }
p { color: rgb(221,202,168); }
H1.HeaderClassName
{
color: #DDCAA8;
}
.AnyTagClassName
{
color: #DDCAA8;
}
</style>
background-color css
<style>
a { background-color: #DDCAA8; }
a { background-color: rgb(221,202,168); }
div.DivClassName
{
background-color: #DDCAA8;
}
.BgClassName
{
background-color: #DDCAA8;
}
</style>
border-color css
<style>
span { border-color: #DDCAA8; }
span { border-color: rgb(221,202,168); }
td.TdClassName
{
border-color: #DDCAA8;
}
.TagClassName
{
border-color: #DDCAA8;
}
</style>