Shades of Raffia #DCC9A3
Tints of Raffia #DCC9A3
RGB
CMYK
RGB Variations
Color information
#DCC9A3 (or 0xDCC9A3) is known color: Raffia. HEX triplet: DC, C9 and A3. RGB value is (220,201,163). Sum of RGB (Red+Green+Blue) = 220+201+163=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9A3 is #23365C. Grayscale: #CACACA. Windows color (decimal): -2307677 or 10734044. OLE color: 10734044.
HSL color Cylindrical-coordinate representation of color #DCC9A3: hue angle of 40º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCC9A3 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 163 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.14 |
| HSL | 40º | 0.45% | 0.75% | - |
| HSV(B) | 40º | 0.26% | 0.86% | - |
| XYZ | 57.01 | 59.63 | 43.16 | - |
| YUV | 202.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 163 | 0 | 0.09 | 0.26 | 0.14 | 40 | 0.45 | 0.75 |
| Hex | DC | C9 | A3 | 0 | 9 | 1A | E | 28 | 2D | 4B |
| Octal | 334 | 311 | 243 | 0 | 11 | 32 | 16 | 50 | 55 | 113 |
| Binary | 11011100 | 11001001 | 10100011 | 0 | 1001 | 11010 | 1110 | 101000 | 101101 | 1001011 |
Color Harmonies of #DCC9A3
Complementary color
Monochromatic Colors of #DCC9A3
Black with #DCC9A3
Text Example
Text Example
White with #DCC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9A3; }
p { color: rgb(220,201,163); }
H1.HeaderClassName
{
color: #DCC9A3;
}
.AnyTagClassName
{
color: #DCC9A3;
}
</style>
background-color css
<style>
a { background-color: #DCC9A3; }
a { background-color: rgb(220,201,163); }
div.DivClassName
{
background-color: #DCC9A3;
}
.BgClassName
{
background-color: #DCC9A3;
}
</style>
border-color css
<style>
span { border-color: #DCC9A3; }
span { border-color: rgb(220,201,163); }
td.TdClassName
{
border-color: #DCC9A3;
}
.TagClassName
{
border-color: #DCC9A3;
}
</style>