Shades of Raffia #DCCAA3
Tints of Raffia #DCCAA3
RGB
CMYK
RGB Variations
Color information
#DCCAA3 (or 0xDCCAA3) is known color: Raffia. HEX triplet: DC, CA and A3. RGB value is (220,202,163). Sum of RGB (Red+Green+Blue) = 220+202+163=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA3 is #23355C. Grayscale: #CBCBCB. Windows color (decimal): -2307421 or 10734300. OLE color: 10734300.
HSL color Cylindrical-coordinate representation of color #DCCAA3: hue angle of 41.05º 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 #DCCAA3 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 163 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.14 |
| HSL | 41.05º | 0.45% | 0.75% | - |
| HSV(B) | 41.05º | 0.26% | 0.86% | - |
| XYZ | 57.25 | 60.1 | 43.23 | - |
| YUV | 202.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 163 | 0 | 0.08 | 0.26 | 0.14 | 41.05 | 0.45 | 0.75 |
| Hex | DC | CA | A3 | 0 | 8 | 1A | E | 29 | 2D | 4B |
| Octal | 334 | 312 | 243 | 0 | 10 | 32 | 16 | 51 | 55 | 113 |
| Binary | 11011100 | 11001010 | 10100011 | 0 | 1000 | 11010 | 1110 | 101001 | 101101 | 1001011 |
Color Harmonies of #DCCAA3
Complementary color
Monochromatic Colors of #DCCAA3
Black with #DCCAA3
Text Example
Text Example
White with #DCCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAA3; }
p { color: rgb(220,202,163); }
H1.HeaderClassName
{
color: #DCCAA3;
}
.AnyTagClassName
{
color: #DCCAA3;
}
</style>
background-color css
<style>
a { background-color: #DCCAA3; }
a { background-color: rgb(220,202,163); }
div.DivClassName
{
background-color: #DCCAA3;
}
.BgClassName
{
background-color: #DCCAA3;
}
</style>
border-color css
<style>
span { border-color: #DCCAA3; }
span { border-color: rgb(220,202,163); }
td.TdClassName
{
border-color: #DCCAA3;
}
.TagClassName
{
border-color: #DCCAA3;
}
</style>