Shades of Raffia #DDCBA8
Tints of Raffia #DDCBA8
RGB
CMYK
RGB Variations
Color information
#DDCBA8 (or 0xDDCBA8) is known color: Raffia. HEX triplet: DD, CB and A8. RGB value is (221,203,168). Sum of RGB (Red+Green+Blue) = 221+203+168=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA8 is #223457. Grayscale: #CCCCCC. Windows color (decimal): -2241624 or 11062237. OLE color: 11062237.
HSL color Cylindrical-coordinate representation of color #DDCBA8: hue angle of 39.62º 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 #DDCBA8 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 168 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.13 |
| HSL | 39.62º | 0.44% | 0.76% | - |
| HSV(B) | 39.62º | 0.24% | 0.87% | - |
| XYZ | 58.24 | 60.91 | 45.73 | - |
| YUV | 204.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 168 | 0 | 0.08 | 0.24 | 0.13 | 39.62 | 0.44 | 0.76 |
| Hex | DD | CB | A8 | 0 | 8 | 18 | D | 28 | 2C | 4C |
| Octal | 335 | 313 | 250 | 0 | 10 | 30 | 15 | 50 | 54 | 114 |
| Binary | 11011101 | 11001011 | 10101000 | 0 | 1000 | 11000 | 1101 | 101000 | 101100 | 1001100 |
Color Harmonies of #DDCBA8
Complementary color
Monochromatic Colors of #DDCBA8
Black with #DDCBA8
Text Example
Text Example
White with #DDCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBA8; }
p { color: rgb(221,203,168); }
H1.HeaderClassName
{
color: #DDCBA8;
}
.AnyTagClassName
{
color: #DDCBA8;
}
</style>
background-color css
<style>
a { background-color: #DDCBA8; }
a { background-color: rgb(221,203,168); }
div.DivClassName
{
background-color: #DDCBA8;
}
.BgClassName
{
background-color: #DDCBA8;
}
</style>
border-color css
<style>
span { border-color: #DDCBA8; }
span { border-color: rgb(221,203,168); }
td.TdClassName
{
border-color: #DDCBA8;
}
.TagClassName
{
border-color: #DDCBA8;
}
</style>