Shades of Raffia #DCC496
Tints of Raffia #DCC496
RGB
CMYK
RGB Variations
Color information
#DCC496 (or 0xDCC496) is known color: Raffia. HEX triplet: DC, C4 and 96. RGB value is (220,196,150). Sum of RGB (Red+Green+Blue) = 220+196+150=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC496 is #233B69. Grayscale: #C6C6C6. Windows color (decimal): -2308970 or 9880796. OLE color: 9880796.
HSL color Cylindrical-coordinate representation of color #DCC496: hue angle of 39.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC496 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 150 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.14 |
| HSL | 39.43º | 0.5% | 0.73% | - |
| HSV(B) | 39.43º | 0.32% | 0.86% | - |
| XYZ | 54.76 | 56.9 | 36.95 | - |
| YUV | 197.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 150 | 0 | 0.11 | 0.32 | 0.14 | 39.43 | 0.5 | 0.73 |
| Hex | DC | C4 | 96 | 0 | B | 20 | E | 27 | 32 | 49 |
| Octal | 334 | 304 | 226 | 0 | 13 | 40 | 16 | 47 | 62 | 111 |
| Binary | 11011100 | 11000100 | 10010110 | 0 | 1011 | 100000 | 1110 | 100111 | 110010 | 1001001 |
Color Harmonies of #DCC496
Complementary color
Monochromatic Colors of #DCC496
Black with #DCC496
Text Example
Text Example
White with #DCC496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC496; }
p { color: rgb(220,196,150); }
H1.HeaderClassName
{
color: #DCC496;
}
.AnyTagClassName
{
color: #DCC496;
}
</style>
background-color css
<style>
a { background-color: #DCC496; }
a { background-color: rgb(220,196,150); }
div.DivClassName
{
background-color: #DCC496;
}
.BgClassName
{
background-color: #DCC496;
}
</style>
border-color css
<style>
span { border-color: #DCC496; }
span { border-color: rgb(220,196,150); }
td.TdClassName
{
border-color: #DCC496;
}
.TagClassName
{
border-color: #DCC496;
}
</style>