Shades of Raffia #DECDA2
Tints of Raffia #DECDA2
RGB
CMYK
RGB Variations
Color information
#DECDA2 (or 0xDECDA2) is known color: Raffia. HEX triplet: DE, CD and A2. RGB value is (222,205,162). Sum of RGB (Red+Green+Blue) = 222+205+162=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDA2 is #21325D. Grayscale: #CDCDCD. Windows color (decimal): -2175582 or 10669534. OLE color: 10669534.
HSL color Cylindrical-coordinate representation of color #DECDA2: hue angle of 43º degrees, saturation: 0.48, 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 #DECDA2 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 162 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.13 |
| HSL | 43º | 0.48% | 0.75% | - |
| HSV(B) | 43º | 0.27% | 0.87% | - |
| XYZ | 58.48 | 61.8 | 43.03 | - |
| YUV | 205.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 162 | 0 | 0.08 | 0.27 | 0.13 | 43 | 0.48 | 0.75 |
| Hex | DE | CD | A2 | 0 | 8 | 1B | D | 2B | 30 | 4B |
| Octal | 336 | 315 | 242 | 0 | 10 | 33 | 15 | 53 | 60 | 113 |
| Binary | 11011110 | 11001101 | 10100010 | 0 | 1000 | 11011 | 1101 | 101011 | 110000 | 1001011 |
Color Harmonies of #DECDA2
Complementary color
Monochromatic Colors of #DECDA2
Black with #DECDA2
Text Example
Text Example
White with #DECDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDA2; }
p { color: rgb(222,205,162); }
H1.HeaderClassName
{
color: #DECDA2;
}
.AnyTagClassName
{
color: #DECDA2;
}
</style>
background-color css
<style>
a { background-color: #DECDA2; }
a { background-color: rgb(222,205,162); }
div.DivClassName
{
background-color: #DECDA2;
}
.BgClassName
{
background-color: #DECDA2;
}
</style>
border-color css
<style>
span { border-color: #DECDA2; }
span { border-color: rgb(222,205,162); }
td.TdClassName
{
border-color: #DECDA2;
}
.TagClassName
{
border-color: #DECDA2;
}
</style>