Shades of Raffia #DDCBAA
Tints of Raffia #DDCBAA
RGB
CMYK
RGB Variations
Color information
#DDCBAA (or 0xDDCBAA) is known color: Raffia. HEX triplet: DD, CB and AA. RGB value is (221,203,170). Sum of RGB (Red+Green+Blue) = 221+203+170=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBAA is #223455. Grayscale: #CCCCCC. Windows color (decimal): -2241622 or 11193309. OLE color: 11193309.
HSL color Cylindrical-coordinate representation of color #DDCBAA: hue angle of 38.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCBAA is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 170 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.13 |
| HSL | 38.82º | 0.43% | 0.77% | - |
| HSV(B) | 38.82º | 0.23% | 0.87% | - |
| XYZ | 58.43 | 60.99 | 46.72 | - |
| YUV | 204.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 170 | 0 | 0.08 | 0.23 | 0.13 | 38.82 | 0.43 | 0.77 |
| Hex | DD | CB | AA | 0 | 8 | 17 | D | 27 | 2B | 4D |
| Octal | 335 | 313 | 252 | 0 | 10 | 27 | 15 | 47 | 53 | 115 |
| Binary | 11011101 | 11001011 | 10101010 | 0 | 1000 | 10111 | 1101 | 100111 | 101011 | 1001101 |
Color Harmonies of #DDCBAA
Complementary color
Monochromatic Colors of #DDCBAA
Black with #DDCBAA
Text Example
Text Example
White with #DDCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBAA; }
p { color: rgb(221,203,170); }
H1.HeaderClassName
{
color: #DDCBAA;
}
.AnyTagClassName
{
color: #DDCBAA;
}
</style>
background-color css
<style>
a { background-color: #DDCBAA; }
a { background-color: rgb(221,203,170); }
div.DivClassName
{
background-color: #DDCBAA;
}
.BgClassName
{
background-color: #DDCBAA;
}
</style>
border-color css
<style>
span { border-color: #DDCBAA; }
span { border-color: rgb(221,203,170); }
td.TdClassName
{
border-color: #DDCBAA;
}
.TagClassName
{
border-color: #DDCBAA;
}
</style>