Shades of Raffia #DDCBA2
Tints of Raffia #DDCBA2
RGB
CMYK
RGB Variations
Color information
#DDCBA2 (or 0xDDCBA2) is known color: Raffia. HEX triplet: DD, CB and A2. RGB value is (221,203,162). Sum of RGB (Red+Green+Blue) = 221+203+162=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA2 is #22345D. Grayscale: #CBCBCB. Windows color (decimal): -2241630 or 10669021. OLE color: 10669021.
HSL color Cylindrical-coordinate representation of color #DDCBA2: hue angle of 41.69º degrees, saturation: 0.46, 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 #DDCBA2 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 162 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.13 |
| HSL | 41.69º | 0.46% | 0.75% | - |
| HSV(B) | 41.69º | 0.27% | 0.87% | - |
| XYZ | 57.7 | 60.69 | 42.86 | - |
| YUV | 203.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 162 | 0 | 0.08 | 0.27 | 0.13 | 41.69 | 0.46 | 0.75 |
| Hex | DD | CB | A2 | 0 | 8 | 1B | D | 2A | 2E | 4B |
| Octal | 335 | 313 | 242 | 0 | 10 | 33 | 15 | 52 | 56 | 113 |
| Binary | 11011101 | 11001011 | 10100010 | 0 | 1000 | 11011 | 1101 | 101010 | 101110 | 1001011 |
Color Harmonies of #DDCBA2
Complementary color
Monochromatic Colors of #DDCBA2
Black with #DDCBA2
Text Example
Text Example
White with #DDCBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBA2; }
p { color: rgb(221,203,162); }
H1.HeaderClassName
{
color: #DDCBA2;
}
.AnyTagClassName
{
color: #DDCBA2;
}
</style>
background-color css
<style>
a { background-color: #DDCBA2; }
a { background-color: rgb(221,203,162); }
div.DivClassName
{
background-color: #DDCBA2;
}
.BgClassName
{
background-color: #DDCBA2;
}
</style>
border-color css
<style>
span { border-color: #DDCBA2; }
span { border-color: rgb(221,203,162); }
td.TdClassName
{
border-color: #DDCBA2;
}
.TagClassName
{
border-color: #DDCBA2;
}
</style>