Shades of Raffia #DCCBA9
Tints of Raffia #DCCBA9
RGB
CMYK
RGB Variations
Color information
#DCCBA9 (or 0xDCCBA9) is known color: Raffia. HEX triplet: DC, CB and A9. RGB value is (220,203,169). Sum of RGB (Red+Green+Blue) = 220+203+169=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 169 (66.41% from 255 or 28.55% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBA9 is #233456. Grayscale: #CCCCCC. Windows color (decimal): -2307159 or 11127772. OLE color: 11127772.
HSL color Cylindrical-coordinate representation of color #DCCBA9: hue angle of 40º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCCBA9 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 169 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.14 |
| HSL | 40º | 0.42% | 0.76% | - |
| HSV(B) | 40º | 0.23% | 0.86% | - |
| XYZ | 58.03 | 60.79 | 46.21 | - |
| YUV | 204.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 169 | 0 | 0.08 | 0.23 | 0.14 | 40 | 0.42 | 0.76 |
| Hex | DC | CB | A9 | 0 | 8 | 17 | E | 28 | 2A | 4C |
| Octal | 334 | 313 | 251 | 0 | 10 | 27 | 16 | 50 | 52 | 114 |
| Binary | 11011100 | 11001011 | 10101001 | 0 | 1000 | 10111 | 1110 | 101000 | 101010 | 1001100 |
Color Harmonies of #DCCBA9
Complementary color
Monochromatic Colors of #DCCBA9
Black with #DCCBA9
Text Example
Text Example
White with #DCCBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBA9; }
p { color: rgb(220,203,169); }
H1.HeaderClassName
{
color: #DCCBA9;
}
.AnyTagClassName
{
color: #DCCBA9;
}
</style>
background-color css
<style>
a { background-color: #DCCBA9; }
a { background-color: rgb(220,203,169); }
div.DivClassName
{
background-color: #DCCBA9;
}
.BgClassName
{
background-color: #DCCBA9;
}
</style>
border-color css
<style>
span { border-color: #DCCBA9; }
span { border-color: rgb(220,203,169); }
td.TdClassName
{
border-color: #DCCBA9;
}
.TagClassName
{
border-color: #DCCBA9;
}
</style>