Shades of Raffia #D6BF95
Tints of Raffia #D6BF95
RGB
CMYK
RGB Variations
Color information
#D6BF95 (or 0xD6BF95) is known color: Raffia. HEX triplet: D6, BF and 95. RGB value is (214,191,149). Sum of RGB (Red+Green+Blue) = 214+191+149=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF95 is #29406A. Grayscale: #C1C1C1. Windows color (decimal): -2703467 or 9813974. OLE color: 9813974.
HSL color Cylindrical-coordinate representation of color #D6BF95: hue angle of 38.77º 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 #D6BF95 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 149 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.16 |
| HSL | 38.77º | 0.44% | 0.71% | - |
| HSV(B) | 38.77º | 0.3% | 0.84% | - |
| XYZ | 51.79 | 53.73 | 36.07 | - |
| YUV | 193.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 149 | 0 | 0.11 | 0.30 | 0.16 | 38.77 | 0.44 | 0.71 |
| Hex | D6 | BF | 95 | 0 | B | 1E | 10 | 27 | 2C | 47 |
| Octal | 326 | 277 | 225 | 0 | 13 | 36 | 20 | 47 | 54 | 107 |
| Binary | 11010110 | 10111111 | 10010101 | 0 | 1011 | 11110 | 10000 | 100111 | 101100 | 1000111 |
Color Harmonies of #D6BF95
Complementary color
Monochromatic Colors of #D6BF95
Black with #D6BF95
Text Example
Text Example
White with #D6BF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF95; }
p { color: rgb(214,191,149); }
H1.HeaderClassName
{
color: #D6BF95;
}
.AnyTagClassName
{
color: #D6BF95;
}
</style>
background-color css
<style>
a { background-color: #D6BF95; }
a { background-color: rgb(214,191,149); }
div.DivClassName
{
background-color: #D6BF95;
}
.BgClassName
{
background-color: #D6BF95;
}
</style>
border-color css
<style>
span { border-color: #D6BF95; }
span { border-color: rgb(214,191,149); }
td.TdClassName
{
border-color: #D6BF95;
}
.TagClassName
{
border-color: #D6BF95;
}
</style>