Shades of Raffia #DECDA5
Tints of Raffia #DECDA5
RGB
CMYK
RGB Variations
Color information
#DECDA5 (or 0xDECDA5) is known color: Raffia. HEX triplet: DE, CD and A5. RGB value is (222,205,165). Sum of RGB (Red+Green+Blue) = 222+205+165=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDA5 is #21325A. Grayscale: #CDCDCD. Windows color (decimal): -2175579 or 10866142. OLE color: 10866142.
HSL color Cylindrical-coordinate representation of color #DECDA5: hue angle of 42.11º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DECDA5 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 165 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.13 |
| HSL | 42.11º | 0.46% | 0.76% | - |
| HSV(B) | 42.11º | 0.26% | 0.87% | - |
| XYZ | 58.75 | 61.91 | 44.45 | - |
| YUV | 205.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 165 | 0 | 0.08 | 0.26 | 0.13 | 42.11 | 0.46 | 0.76 |
| Hex | DE | CD | A5 | 0 | 8 | 1A | D | 2A | 2E | 4C |
| Octal | 336 | 315 | 245 | 0 | 10 | 32 | 15 | 52 | 56 | 114 |
| Binary | 11011110 | 11001101 | 10100101 | 0 | 1000 | 11010 | 1101 | 101010 | 101110 | 1001100 |
Color Harmonies of #DECDA5
Complementary color
Monochromatic Colors of #DECDA5
Black with #DECDA5
Text Example
Text Example
White with #DECDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDA5; }
p { color: rgb(222,205,165); }
H1.HeaderClassName
{
color: #DECDA5;
}
.AnyTagClassName
{
color: #DECDA5;
}
</style>
background-color css
<style>
a { background-color: #DECDA5; }
a { background-color: rgb(222,205,165); }
div.DivClassName
{
background-color: #DECDA5;
}
.BgClassName
{
background-color: #DECDA5;
}
</style>
border-color css
<style>
span { border-color: #DECDA5; }
span { border-color: rgb(222,205,165); }
td.TdClassName
{
border-color: #DECDA5;
}
.TagClassName
{
border-color: #DECDA5;
}
</style>