Shades of Raffia #DDCBA1
Tints of Raffia #DDCBA1
RGB
CMYK
RGB Variations
Color information
#DDCBA1 (or 0xDDCBA1) is known color: Raffia. HEX triplet: DD, CB and A1. RGB value is (221,203,161). Sum of RGB (Red+Green+Blue) = 221+203+161=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA1 is #22345E. Grayscale: #CBCBCB. Windows color (decimal): -2241631 or 10603485. OLE color: 10603485.
HSL color Cylindrical-coordinate representation of color #DDCBA1: hue angle of 42º 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 #DDCBA1 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 161 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.13 |
| HSL | 42º | 0.47% | 0.75% | - |
| HSV(B) | 42º | 0.27% | 0.87% | - |
| XYZ | 57.61 | 60.66 | 42.39 | - |
| YUV | 203.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 161 | 0 | 0.08 | 0.27 | 0.13 | 42 | 0.47 | 0.75 |
| Hex | DD | CB | A1 | 0 | 8 | 1B | D | 2A | 2F | 4B |
| Octal | 335 | 313 | 241 | 0 | 10 | 33 | 15 | 52 | 57 | 113 |
| Binary | 11011101 | 11001011 | 10100001 | 0 | 1000 | 11011 | 1101 | 101010 | 101111 | 1001011 |
Color Harmonies of #DDCBA1
Complementary color
Monochromatic Colors of #DDCBA1
Black with #DDCBA1
Text Example
Text Example
White with #DDCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBA1; }
p { color: rgb(221,203,161); }
H1.HeaderClassName
{
color: #DDCBA1;
}
.AnyTagClassName
{
color: #DDCBA1;
}
</style>
background-color css
<style>
a { background-color: #DDCBA1; }
a { background-color: rgb(221,203,161); }
div.DivClassName
{
background-color: #DDCBA1;
}
.BgClassName
{
background-color: #DDCBA1;
}
</style>
border-color css
<style>
span { border-color: #DDCBA1; }
span { border-color: rgb(221,203,161); }
td.TdClassName
{
border-color: #DDCBA1;
}
.TagClassName
{
border-color: #DDCBA1;
}
</style>