Shades of Raffia #DCC593
Tints of Raffia #DCC593
RGB
CMYK
RGB Variations
Color information
#DCC593 (or 0xDCC593) is known color: Raffia. HEX triplet: DC, C5 and 93. RGB value is (220,197,147). Sum of RGB (Red+Green+Blue) = 220+197+147=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC593 is #233A6C. Grayscale: #C6C6C6. Windows color (decimal): -2308717 or 9684444. OLE color: 9684444.
HSL color Cylindrical-coordinate representation of color #DCC593: hue angle of 41.1º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC593 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 147 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.14 |
| HSL | 41.1º | 0.51% | 0.72% | - |
| HSV(B) | 41.1º | 0.33% | 0.86% | - |
| XYZ | 54.75 | 57.25 | 35.77 | - |
| YUV | 198.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 147 | 0 | 0.10 | 0.33 | 0.14 | 41.1 | 0.51 | 0.72 |
| Hex | DC | C5 | 93 | 0 | A | 21 | E | 29 | 33 | 48 |
| Octal | 334 | 305 | 223 | 0 | 12 | 41 | 16 | 51 | 63 | 110 |
| Binary | 11011100 | 11000101 | 10010011 | 0 | 1010 | 100001 | 1110 | 101001 | 110011 | 1001000 |
Color Harmonies of #DCC593
Complementary color
Monochromatic Colors of #DCC593
Black with #DCC593
Text Example
Text Example
White with #DCC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC593; }
p { color: rgb(220,197,147); }
H1.HeaderClassName
{
color: #DCC593;
}
.AnyTagClassName
{
color: #DCC593;
}
</style>
background-color css
<style>
a { background-color: #DCC593; }
a { background-color: rgb(220,197,147); }
div.DivClassName
{
background-color: #DCC593;
}
.BgClassName
{
background-color: #DCC593;
}
</style>
border-color css
<style>
span { border-color: #DCC593; }
span { border-color: rgb(220,197,147); }
td.TdClassName
{
border-color: #DCC593;
}
.TagClassName
{
border-color: #DCC593;
}
</style>