Shades of Raffia #D9BE9A
Tints of Raffia #D9BE9A
RGB
CMYK
RGB Variations
Color information
#D9BE9A (or 0xD9BE9A) is known color: Raffia. HEX triplet: D9, BE and 9A. RGB value is (217,190,154). Sum of RGB (Red+Green+Blue) = 217+190+154=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE9A is #264165. Grayscale: #C2C2C2. Windows color (decimal): -2507110 or 10141401. OLE color: 10141401.
HSL color Cylindrical-coordinate representation of color #D9BE9A: hue angle of 34.29º degrees, saturation: 0.45, 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 #D9BE9A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 154 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.15 |
| HSL | 34.29º | 0.45% | 0.73% | - |
| HSV(B) | 34.29º | 0.29% | 0.85% | - |
| XYZ | 52.86 | 53.91 | 38.19 | - |
| YUV | 193.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 154 | 0 | 0.12 | 0.29 | 0.15 | 34.29 | 0.45 | 0.73 |
| Hex | D9 | BE | 9A | 0 | C | 1D | F | 22 | 2D | 49 |
| Octal | 331 | 276 | 232 | 0 | 14 | 35 | 17 | 42 | 55 | 111 |
| Binary | 11011001 | 10111110 | 10011010 | 0 | 1100 | 11101 | 1111 | 100010 | 101101 | 1001001 |
Color Harmonies of #D9BE9A
Complementary color
Monochromatic Colors of #D9BE9A
Black with #D9BE9A
Text Example
Text Example
White with #D9BE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE9A; }
p { color: rgb(217,190,154); }
H1.HeaderClassName
{
color: #D9BE9A;
}
.AnyTagClassName
{
color: #D9BE9A;
}
</style>
background-color css
<style>
a { background-color: #D9BE9A; }
a { background-color: rgb(217,190,154); }
div.DivClassName
{
background-color: #D9BE9A;
}
.BgClassName
{
background-color: #D9BE9A;
}
</style>
border-color css
<style>
span { border-color: #D9BE9A; }
span { border-color: rgb(217,190,154); }
td.TdClassName
{
border-color: #D9BE9A;
}
.TagClassName
{
border-color: #D9BE9A;
}
</style>