Shades of Raffia #DDCAA2
Tints of Raffia #DDCAA2
RGB
CMYK
RGB Variations
Color information
#DDCAA2 (or 0xDDCAA2) is known color: Raffia. HEX triplet: DD, CA and A2. RGB value is (221,202,162). Sum of RGB (Red+Green+Blue) = 221+202+162=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA2 is #22355D. Grayscale: #CBCBCB. Windows color (decimal): -2241886 or 10668765. OLE color: 10668765.
HSL color Cylindrical-coordinate representation of color #DDCAA2: hue angle of 40.68º 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 #DDCAA2 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 162 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.13 |
| HSL | 40.68º | 0.46% | 0.75% | - |
| HSV(B) | 40.68º | 0.27% | 0.87% | - |
| XYZ | 57.46 | 60.22 | 42.78 | - |
| YUV | 203.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 162 | 0 | 0.09 | 0.27 | 0.13 | 40.68 | 0.46 | 0.75 |
| Hex | DD | CA | A2 | 0 | 9 | 1B | D | 29 | 2E | 4B |
| Octal | 335 | 312 | 242 | 0 | 11 | 33 | 15 | 51 | 56 | 113 |
| Binary | 11011101 | 11001010 | 10100010 | 0 | 1001 | 11011 | 1101 | 101001 | 101110 | 1001011 |
Color Harmonies of #DDCAA2
Complementary color
Monochromatic Colors of #DDCAA2
Black with #DDCAA2
Text Example
Text Example
White with #DDCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAA2; }
p { color: rgb(221,202,162); }
H1.HeaderClassName
{
color: #DDCAA2;
}
.AnyTagClassName
{
color: #DDCAA2;
}
</style>
background-color css
<style>
a { background-color: #DDCAA2; }
a { background-color: rgb(221,202,162); }
div.DivClassName
{
background-color: #DDCAA2;
}
.BgClassName
{
background-color: #DDCAA2;
}
</style>
border-color css
<style>
span { border-color: #DDCAA2; }
span { border-color: rgb(221,202,162); }
td.TdClassName
{
border-color: #DDCAA2;
}
.TagClassName
{
border-color: #DDCAA2;
}
</style>