Shades of Raffia #D9BFA1
Tints of Raffia #D9BFA1
RGB
CMYK
RGB Variations
Color information
#D9BFA1 (or 0xD9BFA1) is known color: Raffia. HEX triplet: D9, BF and A1. RGB value is (217,191,161). Sum of RGB (Red+Green+Blue) = 217+191+161=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BFA1 is #26405E. Grayscale: #C3C3C3. Windows color (decimal): -2506847 or 10600409. OLE color: 10600409.
HSL color Cylindrical-coordinate representation of color #D9BFA1: hue angle of 32.14º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9BFA1 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 161 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.15 |
| HSL | 32.14º | 0.42% | 0.74% | - |
| HSV(B) | 32.14º | 0.26% | 0.85% | - |
| XYZ | 53.68 | 54.59 | 41.43 | - |
| YUV | 195.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 161 | 0 | 0.12 | 0.26 | 0.15 | 32.14 | 0.42 | 0.74 |
| Hex | D9 | BF | A1 | 0 | C | 1A | F | 20 | 2A | 4A |
| Octal | 331 | 277 | 241 | 0 | 14 | 32 | 17 | 40 | 52 | 112 |
| Binary | 11011001 | 10111111 | 10100001 | 0 | 1100 | 11010 | 1111 | 100000 | 101010 | 1001010 |
Color Harmonies of #D9BFA1
Complementary color
Monochromatic Colors of #D9BFA1
Black with #D9BFA1
Text Example
Text Example
White with #D9BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFA1; }
p { color: rgb(217,191,161); }
H1.HeaderClassName
{
color: #D9BFA1;
}
.AnyTagClassName
{
color: #D9BFA1;
}
</style>
background-color css
<style>
a { background-color: #D9BFA1; }
a { background-color: rgb(217,191,161); }
div.DivClassName
{
background-color: #D9BFA1;
}
.BgClassName
{
background-color: #D9BFA1;
}
</style>
border-color css
<style>
span { border-color: #D9BFA1; }
span { border-color: rgb(217,191,161); }
td.TdClassName
{
border-color: #D9BFA1;
}
.TagClassName
{
border-color: #D9BFA1;
}
</style>