Shades of Raffia #D9BE99
Tints of Raffia #D9BE99
RGB
CMYK
RGB Variations
Color information
#D9BE99 (or 0xD9BE99) is known color: Raffia. HEX triplet: D9, BE and 99. RGB value is (217,190,153). Sum of RGB (Red+Green+Blue) = 217+190+153=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE99 is #264166. Grayscale: #C2C2C2. Windows color (decimal): -2507111 or 10075865. OLE color: 10075865.
HSL color Cylindrical-coordinate representation of color #D9BE99: hue angle of 34.69º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9BE99 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 153 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.15 |
| HSL | 34.69º | 0.46% | 0.73% | - |
| HSV(B) | 34.69º | 0.29% | 0.85% | - |
| XYZ | 52.78 | 53.88 | 37.75 | - |
| YUV | 193.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 153 | 0 | 0.12 | 0.29 | 0.15 | 34.69 | 0.46 | 0.73 |
| Hex | D9 | BE | 99 | 0 | C | 1D | F | 23 | 2E | 49 |
| Octal | 331 | 276 | 231 | 0 | 14 | 35 | 17 | 43 | 56 | 111 |
| Binary | 11011001 | 10111110 | 10011001 | 0 | 1100 | 11101 | 1111 | 100011 | 101110 | 1001001 |
Color Harmonies of #D9BE99
Complementary color
Monochromatic Colors of #D9BE99
Black with #D9BE99
Text Example
Text Example
White with #D9BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE99; }
p { color: rgb(217,190,153); }
H1.HeaderClassName
{
color: #D9BE99;
}
.AnyTagClassName
{
color: #D9BE99;
}
</style>
background-color css
<style>
a { background-color: #D9BE99; }
a { background-color: rgb(217,190,153); }
div.DivClassName
{
background-color: #D9BE99;
}
.BgClassName
{
background-color: #D9BE99;
}
</style>
border-color css
<style>
span { border-color: #D9BE99; }
span { border-color: rgb(217,190,153); }
td.TdClassName
{
border-color: #D9BE99;
}
.TagClassName
{
border-color: #D9BE99;
}
</style>