Shades of Raffia #DCC293
Tints of Raffia #DCC293
RGB
CMYK
RGB Variations
Color information
#DCC293 (or 0xDCC293) is known color: Raffia. HEX triplet: DC, C2 and 93. RGB value is (220,194,147). Sum of RGB (Red+Green+Blue) = 220+194+147=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC293 is #233D6C. Grayscale: #C4C4C4. Windows color (decimal): -2309485 or 9683676. OLE color: 9683676.
HSL color Cylindrical-coordinate representation of color #DCC293: hue angle of 38.63º 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 #DCC293 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 147 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.14 |
| HSL | 38.63º | 0.51% | 0.72% | - |
| HSV(B) | 38.63º | 0.33% | 0.86% | - |
| XYZ | 54.07 | 55.91 | 35.54 | - |
| YUV | 196.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 147 | 0 | 0.12 | 0.33 | 0.14 | 38.63 | 0.51 | 0.72 |
| Hex | DC | C2 | 93 | 0 | C | 21 | E | 27 | 33 | 48 |
| Octal | 334 | 302 | 223 | 0 | 14 | 41 | 16 | 47 | 63 | 110 |
| Binary | 11011100 | 11000010 | 10010011 | 0 | 1100 | 100001 | 1110 | 100111 | 110011 | 1001000 |
Color Harmonies of #DCC293
Complementary color
Monochromatic Colors of #DCC293
Black with #DCC293
Text Example
Text Example
White with #DCC293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC293; }
p { color: rgb(220,194,147); }
H1.HeaderClassName
{
color: #DCC293;
}
.AnyTagClassName
{
color: #DCC293;
}
</style>
background-color css
<style>
a { background-color: #DCC293; }
a { background-color: rgb(220,194,147); }
div.DivClassName
{
background-color: #DCC293;
}
.BgClassName
{
background-color: #DCC293;
}
</style>
border-color css
<style>
span { border-color: #DCC293; }
span { border-color: rgb(220,194,147); }
td.TdClassName
{
border-color: #DCC293;
}
.TagClassName
{
border-color: #DCC293;
}
</style>