Shades of Raffia #DCCBA4
Tints of Raffia #DCCBA4
RGB
CMYK
RGB Variations
Color information
#DCCBA4 (or 0xDCCBA4) is known color: Raffia. HEX triplet: DC, CB and A4. RGB value is (220,203,164). Sum of RGB (Red+Green+Blue) = 220+203+164=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBA4 is #23345B. Grayscale: #CBCBCB. Windows color (decimal): -2307164 or 10800092. OLE color: 10800092.
HSL color Cylindrical-coordinate representation of color #DCCBA4: hue angle of 41.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCCBA4 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 164 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.14 |
| HSL | 41.79º | 0.44% | 0.75% | - |
| HSV(B) | 41.79º | 0.25% | 0.86% | - |
| XYZ | 57.57 | 60.61 | 43.79 | - |
| YUV | 203.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 164 | 0 | 0.08 | 0.25 | 0.14 | 41.79 | 0.44 | 0.75 |
| Hex | DC | CB | A4 | 0 | 8 | 19 | E | 2A | 2C | 4B |
| Octal | 334 | 313 | 244 | 0 | 10 | 31 | 16 | 52 | 54 | 113 |
| Binary | 11011100 | 11001011 | 10100100 | 0 | 1000 | 11001 | 1110 | 101010 | 101100 | 1001011 |
Color Harmonies of #DCCBA4
Complementary color
Monochromatic Colors of #DCCBA4
Black with #DCCBA4
Text Example
Text Example
White with #DCCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBA4; }
p { color: rgb(220,203,164); }
H1.HeaderClassName
{
color: #DCCBA4;
}
.AnyTagClassName
{
color: #DCCBA4;
}
</style>
background-color css
<style>
a { background-color: #DCCBA4; }
a { background-color: rgb(220,203,164); }
div.DivClassName
{
background-color: #DCCBA4;
}
.BgClassName
{
background-color: #DCCBA4;
}
</style>
border-color css
<style>
span { border-color: #DCCBA4; }
span { border-color: rgb(220,203,164); }
td.TdClassName
{
border-color: #DCCBA4;
}
.TagClassName
{
border-color: #DCCBA4;
}
</style>