Shades of Raffia #DCC9A1
Tints of Raffia #DCC9A1
RGB
CMYK
RGB Variations
Color information
#DCC9A1 (or 0xDCC9A1) is known color: Raffia. HEX triplet: DC, C9 and A1. RGB value is (220,201,161). Sum of RGB (Red+Green+Blue) = 220+201+161=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9A1 is #23365E. Grayscale: #CACACA. Windows color (decimal): -2307679 or 10602972. OLE color: 10602972.
HSL color Cylindrical-coordinate representation of color #DCC9A1: hue angle of 40.68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCC9A1 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 161 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.14 |
| HSL | 40.68º | 0.46% | 0.75% | - |
| HSV(B) | 40.68º | 0.27% | 0.86% | - |
| XYZ | 56.83 | 59.56 | 42.22 | - |
| YUV | 202.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 161 | 0 | 0.09 | 0.27 | 0.14 | 40.68 | 0.46 | 0.75 |
| Hex | DC | C9 | A1 | 0 | 9 | 1B | E | 29 | 2E | 4B |
| Octal | 334 | 311 | 241 | 0 | 11 | 33 | 16 | 51 | 56 | 113 |
| Binary | 11011100 | 11001001 | 10100001 | 0 | 1001 | 11011 | 1110 | 101001 | 101110 | 1001011 |
Color Harmonies of #DCC9A1
Complementary color
Monochromatic Colors of #DCC9A1
Black with #DCC9A1
Text Example
Text Example
White with #DCC9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9A1; }
p { color: rgb(220,201,161); }
H1.HeaderClassName
{
color: #DCC9A1;
}
.AnyTagClassName
{
color: #DCC9A1;
}
</style>
background-color css
<style>
a { background-color: #DCC9A1; }
a { background-color: rgb(220,201,161); }
div.DivClassName
{
background-color: #DCC9A1;
}
.BgClassName
{
background-color: #DCC9A1;
}
</style>
border-color css
<style>
span { border-color: #DCC9A1; }
span { border-color: rgb(220,201,161); }
td.TdClassName
{
border-color: #DCC9A1;
}
.TagClassName
{
border-color: #DCC9A1;
}
</style>