Shades of Raffia #D6BE9B
Tints of Raffia #D6BE9B
RGB
CMYK
RGB Variations
Color information
#D6BE9B (or 0xD6BE9B) is known color: Raffia. HEX triplet: D6, BE and 9B. RGB value is (214,190,155). Sum of RGB (Red+Green+Blue) = 214+190+155=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE9B is #294164. Grayscale: #C1C1C1. Windows color (decimal): -2703717 or 10206934. OLE color: 10206934.
HSL color Cylindrical-coordinate representation of color #D6BE9B: hue angle of 35.59º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6BE9B is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 155 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.16 |
| HSL | 35.59º | 0.42% | 0.72% | - |
| HSV(B) | 35.59º | 0.28% | 0.84% | - |
| XYZ | 52.06 | 53.49 | 38.59 | - |
| YUV | 193.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 155 | 0 | 0.11 | 0.28 | 0.16 | 35.59 | 0.42 | 0.72 |
| Hex | D6 | BE | 9B | 0 | B | 1C | 10 | 24 | 2A | 48 |
| Octal | 326 | 276 | 233 | 0 | 13 | 34 | 20 | 44 | 52 | 110 |
| Binary | 11010110 | 10111110 | 10011011 | 0 | 1011 | 11100 | 10000 | 100100 | 101010 | 1001000 |
Color Harmonies of #D6BE9B
Complementary color
Monochromatic Colors of #D6BE9B
Black with #D6BE9B
Text Example
Text Example
White with #D6BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE9B; }
p { color: rgb(214,190,155); }
H1.HeaderClassName
{
color: #D6BE9B;
}
.AnyTagClassName
{
color: #D6BE9B;
}
</style>
background-color css
<style>
a { background-color: #D6BE9B; }
a { background-color: rgb(214,190,155); }
div.DivClassName
{
background-color: #D6BE9B;
}
.BgClassName
{
background-color: #D6BE9B;
}
</style>
border-color css
<style>
span { border-color: #D6BE9B; }
span { border-color: rgb(214,190,155); }
td.TdClassName
{
border-color: #D6BE9B;
}
.TagClassName
{
border-color: #D6BE9B;
}
</style>