Shades of Raffia #DCCBA6
Tints of Raffia #DCCBA6
RGB
CMYK
RGB Variations
Color information
#DCCBA6 (or 0xDCCBA6) is known color: Raffia. HEX triplet: DC, CB and A6. RGB value is (220,203,166). Sum of RGB (Red+Green+Blue) = 220+203+166=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBA6 is #233459. Grayscale: #CCCCCC. Windows color (decimal): -2307162 or 10931164. OLE color: 10931164.
HSL color Cylindrical-coordinate representation of color #DCCBA6: hue angle of 41.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCCBA6 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 166 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.14 |
| HSL | 41.11º | 0.44% | 0.76% | - |
| HSV(B) | 41.11º | 0.25% | 0.86% | - |
| XYZ | 57.75 | 60.68 | 44.74 | - |
| YUV | 203.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 166 | 0 | 0.08 | 0.25 | 0.14 | 41.11 | 0.44 | 0.76 |
| Hex | DC | CB | A6 | 0 | 8 | 19 | E | 29 | 2C | 4C |
| Octal | 334 | 313 | 246 | 0 | 10 | 31 | 16 | 51 | 54 | 114 |
| Binary | 11011100 | 11001011 | 10100110 | 0 | 1000 | 11001 | 1110 | 101001 | 101100 | 1001100 |
Color Harmonies of #DCCBA6
Complementary color
Monochromatic Colors of #DCCBA6
Black with #DCCBA6
Text Example
Text Example
White with #DCCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBA6; }
p { color: rgb(220,203,166); }
H1.HeaderClassName
{
color: #DCCBA6;
}
.AnyTagClassName
{
color: #DCCBA6;
}
</style>
background-color css
<style>
a { background-color: #DCCBA6; }
a { background-color: rgb(220,203,166); }
div.DivClassName
{
background-color: #DCCBA6;
}
.BgClassName
{
background-color: #DCCBA6;
}
</style>
border-color css
<style>
span { border-color: #DCCBA6; }
span { border-color: rgb(220,203,166); }
td.TdClassName
{
border-color: #DCCBA6;
}
.TagClassName
{
border-color: #DCCBA6;
}
</style>