Shades of Raffia #D9BE9F
Tints of Raffia #D9BE9F
RGB
CMYK
RGB Variations
Color information
#D9BE9F (or 0xD9BE9F) is known color: Raffia. HEX triplet: D9, BE and 9F. RGB value is (217,190,159). Sum of RGB (Red+Green+Blue) = 217+190+159=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE9F is #264160. Grayscale: #C2C2C2. Windows color (decimal): -2507105 or 10469081. OLE color: 10469081.
HSL color Cylindrical-coordinate representation of color #D9BE9F: hue angle of 32.07º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9BE9F is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 159 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.15 |
| HSL | 32.07º | 0.43% | 0.74% | - |
| HSV(B) | 32.07º | 0.27% | 0.85% | - |
| XYZ | 53.29 | 54.08 | 40.43 | - |
| YUV | 194.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 159 | 0 | 0.12 | 0.27 | 0.15 | 32.07 | 0.43 | 0.74 |
| Hex | D9 | BE | 9F | 0 | C | 1B | F | 20 | 2B | 4A |
| Octal | 331 | 276 | 237 | 0 | 14 | 33 | 17 | 40 | 53 | 112 |
| Binary | 11011001 | 10111110 | 10011111 | 0 | 1100 | 11011 | 1111 | 100000 | 101011 | 1001010 |
Color Harmonies of #D9BE9F
Complementary color
Monochromatic Colors of #D9BE9F
Black with #D9BE9F
Text Example
Text Example
White with #D9BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE9F; }
p { color: rgb(217,190,159); }
H1.HeaderClassName
{
color: #D9BE9F;
}
.AnyTagClassName
{
color: #D9BE9F;
}
</style>
background-color css
<style>
a { background-color: #D9BE9F; }
a { background-color: rgb(217,190,159); }
div.DivClassName
{
background-color: #D9BE9F;
}
.BgClassName
{
background-color: #D9BE9F;
}
</style>
border-color css
<style>
span { border-color: #D9BE9F; }
span { border-color: rgb(217,190,159); }
td.TdClassName
{
border-color: #D9BE9F;
}
.TagClassName
{
border-color: #D9BE9F;
}
</style>