Shades of Raffia #D6BE96
Tints of Raffia #D6BE96
RGB
CMYK
RGB Variations
Color information
#D6BE96 (or 0xD6BE96) is known color: Raffia. HEX triplet: D6, BE and 96. RGB value is (214,190,150). Sum of RGB (Red+Green+Blue) = 214+190+150=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE96 is #294169. Grayscale: #C0C0C0. Windows color (decimal): -2703722 or 9879254. OLE color: 9879254.
HSL color Cylindrical-coordinate representation of color #D6BE96: hue angle of 37.5º 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 #D6BE96 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 150 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.16 |
| HSL | 37.5º | 0.44% | 0.71% | - |
| HSV(B) | 37.5º | 0.3% | 0.84% | - |
| XYZ | 51.65 | 53.33 | 36.42 | - |
| YUV | 192.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 150 | 0 | 0.11 | 0.30 | 0.16 | 37.5 | 0.44 | 0.71 |
| Hex | D6 | BE | 96 | 0 | B | 1E | 10 | 26 | 2C | 47 |
| Octal | 326 | 276 | 226 | 0 | 13 | 36 | 20 | 46 | 54 | 107 |
| Binary | 11010110 | 10111110 | 10010110 | 0 | 1011 | 11110 | 10000 | 100110 | 101100 | 1000111 |
Color Harmonies of #D6BE96
Complementary color
Monochromatic Colors of #D6BE96
Black with #D6BE96
Text Example
Text Example
White with #D6BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE96; }
p { color: rgb(214,190,150); }
H1.HeaderClassName
{
color: #D6BE96;
}
.AnyTagClassName
{
color: #D6BE96;
}
</style>
background-color css
<style>
a { background-color: #D6BE96; }
a { background-color: rgb(214,190,150); }
div.DivClassName
{
background-color: #D6BE96;
}
.BgClassName
{
background-color: #D6BE96;
}
</style>
border-color css
<style>
span { border-color: #D6BE96; }
span { border-color: rgb(214,190,150); }
td.TdClassName
{
border-color: #D6BE96;
}
.TagClassName
{
border-color: #D6BE96;
}
</style>