Shades of Raffia #D6C197
Tints of Raffia #D6C197
RGB
CMYK
RGB Variations
Color information
#D6C197 (or 0xD6C197) is known color: Raffia. HEX triplet: D6, C1 and 97. RGB value is (214,193,151). Sum of RGB (Red+Green+Blue) = 214+193+151=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C197 is #293E68. Grayscale: #C2C2C2. Windows color (decimal): -2702953 or 9945558. OLE color: 9945558.
HSL color Cylindrical-coordinate representation of color #D6C197: hue angle of 40º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6C197 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 151 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.16 |
| HSL | 40º | 0.43% | 0.72% | - |
| HSV(B) | 40º | 0.29% | 0.84% | - |
| XYZ | 52.39 | 54.67 | 37.07 | - |
| YUV | 194.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 151 | 0 | 0.10 | 0.29 | 0.16 | 40 | 0.43 | 0.72 |
| Hex | D6 | C1 | 97 | 0 | A | 1D | 10 | 28 | 2B | 48 |
| Octal | 326 | 301 | 227 | 0 | 12 | 35 | 20 | 50 | 53 | 110 |
| Binary | 11010110 | 11000001 | 10010111 | 0 | 1010 | 11101 | 10000 | 101000 | 101011 | 1001000 |
Color Harmonies of #D6C197
Complementary color
Monochromatic Colors of #D6C197
Black with #D6C197
Text Example
Text Example
White with #D6C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C197; }
p { color: rgb(214,193,151); }
H1.HeaderClassName
{
color: #D6C197;
}
.AnyTagClassName
{
color: #D6C197;
}
</style>
background-color css
<style>
a { background-color: #D6C197; }
a { background-color: rgb(214,193,151); }
div.DivClassName
{
background-color: #D6C197;
}
.BgClassName
{
background-color: #D6C197;
}
</style>
border-color css
<style>
span { border-color: #D6C197; }
span { border-color: rgb(214,193,151); }
td.TdClassName
{
border-color: #D6C197;
}
.TagClassName
{
border-color: #D6C197;
}
</style>