Shades of Raffia #DCC5A3
Tints of Raffia #DCC5A3
RGB
CMYK
RGB Variations
Color information
#DCC5A3 (or 0xDCC5A3) is known color: Raffia. HEX triplet: DC, C5 and A3. RGB value is (220,197,163). Sum of RGB (Red+Green+Blue) = 220+197+163=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5A3 is #233A5C. Grayscale: #C8C8C8. Windows color (decimal): -2308701 or 10733020. OLE color: 10733020.
HSL color Cylindrical-coordinate representation of color #DCC5A3: hue angle of 35.79º 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 #DCC5A3 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 163 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.14 |
| HSL | 35.79º | 0.45% | 0.75% | - |
| HSV(B) | 35.79º | 0.26% | 0.86% | - |
| XYZ | 56.09 | 57.79 | 42.85 | - |
| YUV | 200 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 163 | 0 | 0.10 | 0.26 | 0.14 | 35.79 | 0.45 | 0.75 |
| Hex | DC | C5 | A3 | 0 | A | 1A | E | 24 | 2D | 4B |
| Octal | 334 | 305 | 243 | 0 | 12 | 32 | 16 | 44 | 55 | 113 |
| Binary | 11011100 | 11000101 | 10100011 | 0 | 1010 | 11010 | 1110 | 100100 | 101101 | 1001011 |
Color Harmonies of #DCC5A3
Complementary color
Monochromatic Colors of #DCC5A3
Black with #DCC5A3
Text Example
Text Example
White with #DCC5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5A3; }
p { color: rgb(220,197,163); }
H1.HeaderClassName
{
color: #DCC5A3;
}
.AnyTagClassName
{
color: #DCC5A3;
}
</style>
background-color css
<style>
a { background-color: #DCC5A3; }
a { background-color: rgb(220,197,163); }
div.DivClassName
{
background-color: #DCC5A3;
}
.BgClassName
{
background-color: #DCC5A3;
}
</style>
border-color css
<style>
span { border-color: #DCC5A3; }
span { border-color: rgb(220,197,163); }
td.TdClassName
{
border-color: #DCC5A3;
}
.TagClassName
{
border-color: #DCC5A3;
}
</style>