Shades of Raffia #DCC595
Tints of Raffia #DCC595
RGB
CMYK
RGB Variations
Color information
#DCC595 (or 0xDCC595) is known color: Raffia. HEX triplet: DC, C5 and 95. RGB value is (220,197,149). Sum of RGB (Red+Green+Blue) = 220+197+149=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC595 is #233A6A. Grayscale: #C6C6C6. Windows color (decimal): -2308715 or 9815516. OLE color: 9815516.
HSL color Cylindrical-coordinate representation of color #DCC595: hue angle of 40.56º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC595 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 149 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.14 |
| HSL | 40.56º | 0.5% | 0.72% | - |
| HSV(B) | 40.56º | 0.32% | 0.86% | - |
| XYZ | 54.91 | 57.32 | 36.6 | - |
| YUV | 198.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 149 | 0 | 0.10 | 0.32 | 0.14 | 40.56 | 0.5 | 0.72 |
| Hex | DC | C5 | 95 | 0 | A | 20 | E | 29 | 32 | 48 |
| Octal | 334 | 305 | 225 | 0 | 12 | 40 | 16 | 51 | 62 | 110 |
| Binary | 11011100 | 11000101 | 10010101 | 0 | 1010 | 100000 | 1110 | 101001 | 110010 | 1001000 |
Color Harmonies of #DCC595
Complementary color
Monochromatic Colors of #DCC595
Black with #DCC595
Text Example
Text Example
White with #DCC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC595; }
p { color: rgb(220,197,149); }
H1.HeaderClassName
{
color: #DCC595;
}
.AnyTagClassName
{
color: #DCC595;
}
</style>
background-color css
<style>
a { background-color: #DCC595; }
a { background-color: rgb(220,197,149); }
div.DivClassName
{
background-color: #DCC595;
}
.BgClassName
{
background-color: #DCC595;
}
</style>
border-color css
<style>
span { border-color: #DCC595; }
span { border-color: rgb(220,197,149); }
td.TdClassName
{
border-color: #DCC595;
}
.TagClassName
{
border-color: #DCC595;
}
</style>