Shades of Raffia #DCC294
Tints of Raffia #DCC294
RGB
CMYK
RGB Variations
Color information
#DCC294 (or 0xDCC294) is known color: Raffia. HEX triplet: DC, C2 and 94. RGB value is (220,194,148). Sum of RGB (Red+Green+Blue) = 220+194+148=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC294 is #233D6B. Grayscale: #C4C4C4. Windows color (decimal): -2309484 or 9749212. OLE color: 9749212.
HSL color Cylindrical-coordinate representation of color #DCC294: hue angle of 38.33º 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 #DCC294 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 148 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.14 |
| HSL | 38.33º | 0.51% | 0.72% | - |
| HSV(B) | 38.33º | 0.33% | 0.86% | - |
| XYZ | 54.15 | 55.94 | 35.96 | - |
| YUV | 196.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 148 | 0 | 0.12 | 0.33 | 0.14 | 38.33 | 0.51 | 0.72 |
| Hex | DC | C2 | 94 | 0 | C | 21 | E | 26 | 33 | 48 |
| Octal | 334 | 302 | 224 | 0 | 14 | 41 | 16 | 46 | 63 | 110 |
| Binary | 11011100 | 11000010 | 10010100 | 0 | 1100 | 100001 | 1110 | 100110 | 110011 | 1001000 |
Color Harmonies of #DCC294
Complementary color
Monochromatic Colors of #DCC294
Black with #DCC294
Text Example
Text Example
White with #DCC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC294; }
p { color: rgb(220,194,148); }
H1.HeaderClassName
{
color: #DCC294;
}
.AnyTagClassName
{
color: #DCC294;
}
</style>
background-color css
<style>
a { background-color: #DCC294; }
a { background-color: rgb(220,194,148); }
div.DivClassName
{
background-color: #DCC294;
}
.BgClassName
{
background-color: #DCC294;
}
</style>
border-color css
<style>
span { border-color: #DCC294; }
span { border-color: rgb(220,194,148); }
td.TdClassName
{
border-color: #DCC294;
}
.TagClassName
{
border-color: #DCC294;
}
</style>