Shades of Raffia #DCCAA6
Tints of Raffia #DCCAA6
RGB
CMYK
RGB Variations
Color information
#DCCAA6 (or 0xDCCAA6) is known color: Raffia. HEX triplet: DC, CA and A6. RGB value is (220,202,166). Sum of RGB (Red+Green+Blue) = 220+202+166=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA6 is #233559. Grayscale: #CBCBCB. Windows color (decimal): -2307418 or 10930908. OLE color: 10930908.
HSL color Cylindrical-coordinate representation of color #DCCAA6: hue angle of 40º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCCAA6 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 166 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.14 |
| HSL | 40º | 0.44% | 0.76% | - |
| HSV(B) | 40º | 0.25% | 0.86% | - |
| XYZ | 57.52 | 60.21 | 44.67 | - |
| YUV | 203.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 166 | 0 | 0.08 | 0.25 | 0.14 | 40 | 0.44 | 0.76 |
| Hex | DC | CA | A6 | 0 | 8 | 19 | E | 28 | 2C | 4C |
| Octal | 334 | 312 | 246 | 0 | 10 | 31 | 16 | 50 | 54 | 114 |
| Binary | 11011100 | 11001010 | 10100110 | 0 | 1000 | 11001 | 1110 | 101000 | 101100 | 1001100 |
Color Harmonies of #DCCAA6
Complementary color
Monochromatic Colors of #DCCAA6
Black with #DCCAA6
Text Example
Text Example
White with #DCCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAA6; }
p { color: rgb(220,202,166); }
H1.HeaderClassName
{
color: #DCCAA6;
}
.AnyTagClassName
{
color: #DCCAA6;
}
</style>
background-color css
<style>
a { background-color: #DCCAA6; }
a { background-color: rgb(220,202,166); }
div.DivClassName
{
background-color: #DCCAA6;
}
.BgClassName
{
background-color: #DCCAA6;
}
</style>
border-color css
<style>
span { border-color: #DCCAA6; }
span { border-color: rgb(220,202,166); }
td.TdClassName
{
border-color: #DCCAA6;
}
.TagClassName
{
border-color: #DCCAA6;
}
</style>