Shades of Raffia #DECBAB
Tints of Raffia #DECBAB
RGB
CMYK
RGB Variations
Color information
#DECBAB (or 0xDECBAB) is known color: Raffia. HEX triplet: DE, CB and AB. RGB value is (222,203,171). Sum of RGB (Red+Green+Blue) = 222+203+171=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECBAB is #213454. Grayscale: #CDCDCD. Windows color (decimal): -2176085 or 11258846. OLE color: 11258846.
HSL color Cylindrical-coordinate representation of color #DECBAB: hue angle of 37.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DECBAB is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 171 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.13 |
| HSL | 37.65º | 0.44% | 0.77% | - |
| HSV(B) | 37.65º | 0.23% | 0.87% | - |
| XYZ | 58.83 | 61.18 | 47.24 | - |
| YUV | 205.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 171 | 0 | 0.09 | 0.23 | 0.13 | 37.65 | 0.44 | 0.77 |
| Hex | DE | CB | AB | 0 | 9 | 17 | D | 26 | 2C | 4D |
| Octal | 336 | 313 | 253 | 0 | 11 | 27 | 15 | 46 | 54 | 115 |
| Binary | 11011110 | 11001011 | 10101011 | 0 | 1001 | 10111 | 1101 | 100110 | 101100 | 1001101 |
Color Harmonies of #DECBAB
Complementary color
Monochromatic Colors of #DECBAB
Black with #DECBAB
Text Example
Text Example
White with #DECBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBAB; }
p { color: rgb(222,203,171); }
H1.HeaderClassName
{
color: #DECBAB;
}
.AnyTagClassName
{
color: #DECBAB;
}
</style>
background-color css
<style>
a { background-color: #DECBAB; }
a { background-color: rgb(222,203,171); }
div.DivClassName
{
background-color: #DECBAB;
}
.BgClassName
{
background-color: #DECBAB;
}
</style>
border-color css
<style>
span { border-color: #DECBAB; }
span { border-color: rgb(222,203,171); }
td.TdClassName
{
border-color: #DECBAB;
}
.TagClassName
{
border-color: #DECBAB;
}
</style>