Shades of Raffia #DCCAA1
Tints of Raffia #DCCAA1
RGB
CMYK
RGB Variations
Color information
#DCCAA1 (or 0xDCCAA1) is known color: Raffia. HEX triplet: DC, CA and A1. RGB value is (220,202,161). Sum of RGB (Red+Green+Blue) = 220+202+161=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA1 is #23355E. Grayscale: #CACACA. Windows color (decimal): -2307423 or 10603228. OLE color: 10603228.
HSL color Cylindrical-coordinate representation of color #DCCAA1: hue angle of 41.69º 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 #DCCAA1 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 161 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.14 |
| HSL | 41.69º | 0.46% | 0.75% | - |
| HSV(B) | 41.69º | 0.27% | 0.86% | - |
| XYZ | 57.07 | 60.03 | 42.3 | - |
| YUV | 202.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 161 | 0 | 0.08 | 0.27 | 0.14 | 41.69 | 0.46 | 0.75 |
| Hex | DC | CA | A1 | 0 | 8 | 1B | E | 2A | 2E | 4B |
| Octal | 334 | 312 | 241 | 0 | 10 | 33 | 16 | 52 | 56 | 113 |
| Binary | 11011100 | 11001010 | 10100001 | 0 | 1000 | 11011 | 1110 | 101010 | 101110 | 1001011 |
Color Harmonies of #DCCAA1
Complementary color
Monochromatic Colors of #DCCAA1
Black with #DCCAA1
Text Example
Text Example
White with #DCCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAA1; }
p { color: rgb(220,202,161); }
H1.HeaderClassName
{
color: #DCCAA1;
}
.AnyTagClassName
{
color: #DCCAA1;
}
</style>
background-color css
<style>
a { background-color: #DCCAA1; }
a { background-color: rgb(220,202,161); }
div.DivClassName
{
background-color: #DCCAA1;
}
.BgClassName
{
background-color: #DCCAA1;
}
</style>
border-color css
<style>
span { border-color: #DCCAA1; }
span { border-color: rgb(220,202,161); }
td.TdClassName
{
border-color: #DCCAA1;
}
.TagClassName
{
border-color: #DCCAA1;
}
</style>