Shades of Raffia #DCC393
Tints of Raffia #DCC393
RGB
CMYK
RGB Variations
Color information
#DCC393 (or 0xDCC393) is known color: Raffia. HEX triplet: DC, C3 and 93. RGB value is (220,195,147). Sum of RGB (Red+Green+Blue) = 220+195+147=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC393 is #233C6C. Grayscale: #C5C5C5. Windows color (decimal): -2309229 or 9683932. OLE color: 9683932.
HSL color Cylindrical-coordinate representation of color #DCC393: hue angle of 39.45º 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 #DCC393 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 147 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.14 |
| HSL | 39.45º | 0.51% | 0.72% | - |
| HSV(B) | 39.45º | 0.33% | 0.86% | - |
| XYZ | 54.3 | 56.35 | 35.62 | - |
| YUV | 197 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 147 | 0 | 0.11 | 0.33 | 0.14 | 39.45 | 0.51 | 0.72 |
| Hex | DC | C3 | 93 | 0 | B | 21 | E | 27 | 33 | 48 |
| Octal | 334 | 303 | 223 | 0 | 13 | 41 | 16 | 47 | 63 | 110 |
| Binary | 11011100 | 11000011 | 10010011 | 0 | 1011 | 100001 | 1110 | 100111 | 110011 | 1001000 |
Color Harmonies of #DCC393
Complementary color
Monochromatic Colors of #DCC393
Black with #DCC393
Text Example
Text Example
White with #DCC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC393; }
p { color: rgb(220,195,147); }
H1.HeaderClassName
{
color: #DCC393;
}
.AnyTagClassName
{
color: #DCC393;
}
</style>
background-color css
<style>
a { background-color: #DCC393; }
a { background-color: rgb(220,195,147); }
div.DivClassName
{
background-color: #DCC393;
}
.BgClassName
{
background-color: #DCC393;
}
</style>
border-color css
<style>
span { border-color: #DCC393; }
span { border-color: rgb(220,195,147); }
td.TdClassName
{
border-color: #DCC393;
}
.TagClassName
{
border-color: #DCC393;
}
</style>