Shades of Raffia #D6C096
Tints of Raffia #D6C096
RGB
CMYK
RGB Variations
Color information
#D6C096 (or 0xD6C096) is known color: Raffia. HEX triplet: D6, C0 and 96. RGB value is (214,192,150). Sum of RGB (Red+Green+Blue) = 214+192+150=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C096 is #293F69. Grayscale: #C1C1C1. Windows color (decimal): -2703210 or 9879766. OLE color: 9879766.
HSL color Cylindrical-coordinate representation of color #D6C096: hue angle of 39.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6C096 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 150 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.16 |
| HSL | 39.38º | 0.44% | 0.71% | - |
| HSV(B) | 39.38º | 0.3% | 0.84% | - |
| XYZ | 52.09 | 54.2 | 36.57 | - |
| YUV | 193.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 150 | 0 | 0.10 | 0.30 | 0.16 | 39.38 | 0.44 | 0.71 |
| Hex | D6 | C0 | 96 | 0 | A | 1E | 10 | 27 | 2C | 47 |
| Octal | 326 | 300 | 226 | 0 | 12 | 36 | 20 | 47 | 54 | 107 |
| Binary | 11010110 | 11000000 | 10010110 | 0 | 1010 | 11110 | 10000 | 100111 | 101100 | 1000111 |
Color Harmonies of #D6C096
Complementary color
Monochromatic Colors of #D6C096
Black with #D6C096
Text Example
Text Example
White with #D6C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C096; }
p { color: rgb(214,192,150); }
H1.HeaderClassName
{
color: #D6C096;
}
.AnyTagClassName
{
color: #D6C096;
}
</style>
background-color css
<style>
a { background-color: #D6C096; }
a { background-color: rgb(214,192,150); }
div.DivClassName
{
background-color: #D6C096;
}
.BgClassName
{
background-color: #D6C096;
}
</style>
border-color css
<style>
span { border-color: #D6C096; }
span { border-color: rgb(214,192,150); }
td.TdClassName
{
border-color: #D6C096;
}
.TagClassName
{
border-color: #D6C096;
}
</style>