Shades of Raffia #D7BF9E
Tints of Raffia #D7BF9E
RGB
CMYK
RGB Variations
Color information
#D7BF9E (or 0xD7BF9E) is known color: Raffia. HEX triplet: D7, BF and 9E. RGB value is (215,191,158). Sum of RGB (Red+Green+Blue) = 215+191+158=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BF9E is #284061. Grayscale: #C2C2C2. Windows color (decimal): -2637922 or 10403799. OLE color: 10403799.
HSL color Cylindrical-coordinate representation of color #D7BF9E: hue angle of 34.74º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7BF9E is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 158 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.16 |
| HSL | 34.74º | 0.42% | 0.73% | - |
| HSV(B) | 34.74º | 0.27% | 0.84% | - |
| XYZ | 52.83 | 54.18 | 40.02 | - |
| YUV | 194.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 158 | 0 | 0.11 | 0.27 | 0.16 | 34.74 | 0.42 | 0.73 |
| Hex | D7 | BF | 9E | 0 | B | 1B | 10 | 23 | 2A | 49 |
| Octal | 327 | 277 | 236 | 0 | 13 | 33 | 20 | 43 | 52 | 111 |
| Binary | 11010111 | 10111111 | 10011110 | 0 | 1011 | 11011 | 10000 | 100011 | 101010 | 1001001 |
Color Harmonies of #D7BF9E
Complementary color
Monochromatic Colors of #D7BF9E
Black with #D7BF9E
Text Example
Text Example
White with #D7BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF9E; }
p { color: rgb(215,191,158); }
H1.HeaderClassName
{
color: #D7BF9E;
}
.AnyTagClassName
{
color: #D7BF9E;
}
</style>
background-color css
<style>
a { background-color: #D7BF9E; }
a { background-color: rgb(215,191,158); }
div.DivClassName
{
background-color: #D7BF9E;
}
.BgClassName
{
background-color: #D7BF9E;
}
</style>
border-color css
<style>
span { border-color: #D7BF9E; }
span { border-color: rgb(215,191,158); }
td.TdClassName
{
border-color: #D7BF9E;
}
.TagClassName
{
border-color: #D7BF9E;
}
</style>