Shades of Raffia #DCC292
Tints of Raffia #DCC292
RGB
CMYK
RGB Variations
Color information
#DCC292 (or 0xDCC292) is known color: Raffia. HEX triplet: DC, C2 and 92. RGB value is (220,194,146). Sum of RGB (Red+Green+Blue) = 220+194+146=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC292 is #233D6D. Grayscale: #C4C4C4. Windows color (decimal): -2309486 or 9618140. OLE color: 9618140.
HSL color Cylindrical-coordinate representation of color #DCC292: hue angle of 38.92º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCC292 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 146 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.14 |
| HSL | 38.92º | 0.51% | 0.72% | - |
| HSV(B) | 38.92º | 0.34% | 0.86% | - |
| XYZ | 54 | 55.87 | 35.13 | - |
| YUV | 196.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 146 | 0 | 0.12 | 0.34 | 0.14 | 38.92 | 0.51 | 0.72 |
| Hex | DC | C2 | 92 | 0 | C | 22 | E | 27 | 33 | 48 |
| Octal | 334 | 302 | 222 | 0 | 14 | 42 | 16 | 47 | 63 | 110 |
| Binary | 11011100 | 11000010 | 10010010 | 0 | 1100 | 100010 | 1110 | 100111 | 110011 | 1001000 |
Color Harmonies of #DCC292
Complementary color
Monochromatic Colors of #DCC292
Black with #DCC292
Text Example
Text Example
White with #DCC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC292; }
p { color: rgb(220,194,146); }
H1.HeaderClassName
{
color: #DCC292;
}
.AnyTagClassName
{
color: #DCC292;
}
</style>
background-color css
<style>
a { background-color: #DCC292; }
a { background-color: rgb(220,194,146); }
div.DivClassName
{
background-color: #DCC292;
}
.BgClassName
{
background-color: #DCC292;
}
</style>
border-color css
<style>
span { border-color: #DCC292; }
span { border-color: rgb(220,194,146); }
td.TdClassName
{
border-color: #DCC292;
}
.TagClassName
{
border-color: #DCC292;
}
</style>