Shades of Raffia #DCC3A2
Tints of Raffia #DCC3A2
RGB
CMYK
RGB Variations
Color information
#DCC3A2 (or 0xDCC3A2) is known color: Raffia. HEX triplet: DC, C3 and A2. RGB value is (220,195,162). Sum of RGB (Red+Green+Blue) = 220+195+162=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3A2 is #233C5D. Grayscale: #C6C6C6. Windows color (decimal): -2309214 or 10666972. OLE color: 10666972.
HSL color Cylindrical-coordinate representation of color #DCC3A2: hue angle of 34.14º 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 #DCC3A2 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 162 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.14 |
| HSL | 34.14º | 0.45% | 0.75% | - |
| HSV(B) | 34.14º | 0.26% | 0.86% | - |
| XYZ | 55.55 | 56.85 | 42.23 | - |
| YUV | 198.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 162 | 0 | 0.11 | 0.26 | 0.14 | 34.14 | 0.45 | 0.75 |
| Hex | DC | C3 | A2 | 0 | B | 1A | E | 22 | 2D | 4B |
| Octal | 334 | 303 | 242 | 0 | 13 | 32 | 16 | 42 | 55 | 113 |
| Binary | 11011100 | 11000011 | 10100010 | 0 | 1011 | 11010 | 1110 | 100010 | 101101 | 1001011 |
Color Harmonies of #DCC3A2
Complementary color
Monochromatic Colors of #DCC3A2
Black with #DCC3A2
Text Example
Text Example
White with #DCC3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3A2; }
p { color: rgb(220,195,162); }
H1.HeaderClassName
{
color: #DCC3A2;
}
.AnyTagClassName
{
color: #DCC3A2;
}
</style>
background-color css
<style>
a { background-color: #DCC3A2; }
a { background-color: rgb(220,195,162); }
div.DivClassName
{
background-color: #DCC3A2;
}
.BgClassName
{
background-color: #DCC3A2;
}
</style>
border-color css
<style>
span { border-color: #DCC3A2; }
span { border-color: rgb(220,195,162); }
td.TdClassName
{
border-color: #DCC3A2;
}
.TagClassName
{
border-color: #DCC3A2;
}
</style>