Shades of Raffia #DCC396
Tints of Raffia #DCC396
RGB
CMYK
RGB Variations
Color information
#DCC396 (or 0xDCC396) is known color: Raffia. HEX triplet: DC, C3 and 96. RGB value is (220,195,150). Sum of RGB (Red+Green+Blue) = 220+195+150=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC396 is #233C69. Grayscale: #C5C5C5. Windows color (decimal): -2309226 or 9880540. OLE color: 9880540.
HSL color Cylindrical-coordinate representation of color #DCC396: hue angle of 38.57º 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 #DCC396 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 150 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.14 |
| HSL | 38.57º | 0.5% | 0.73% | - |
| HSV(B) | 38.57º | 0.32% | 0.86% | - |
| XYZ | 54.54 | 56.45 | 36.88 | - |
| YUV | 197.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 150 | 0 | 0.11 | 0.32 | 0.14 | 38.57 | 0.5 | 0.73 |
| Hex | DC | C3 | 96 | 0 | B | 20 | E | 27 | 32 | 49 |
| Octal | 334 | 303 | 226 | 0 | 13 | 40 | 16 | 47 | 62 | 111 |
| Binary | 11011100 | 11000011 | 10010110 | 0 | 1011 | 100000 | 1110 | 100111 | 110010 | 1001001 |
Color Harmonies of #DCC396
Complementary color
Monochromatic Colors of #DCC396
Black with #DCC396
Text Example
Text Example
White with #DCC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC396; }
p { color: rgb(220,195,150); }
H1.HeaderClassName
{
color: #DCC396;
}
.AnyTagClassName
{
color: #DCC396;
}
</style>
background-color css
<style>
a { background-color: #DCC396; }
a { background-color: rgb(220,195,150); }
div.DivClassName
{
background-color: #DCC396;
}
.BgClassName
{
background-color: #DCC396;
}
</style>
border-color css
<style>
span { border-color: #DCC396; }
span { border-color: rgb(220,195,150); }
td.TdClassName
{
border-color: #DCC396;
}
.TagClassName
{
border-color: #DCC396;
}
</style>