Shades of Raffia #D5BE96
Tints of Raffia #D5BE96
RGB
CMYK
RGB Variations
Color information
#D5BE96 (or 0xD5BE96) is known color: Raffia. HEX triplet: D5, BE and 96. RGB value is (213,190,150). Sum of RGB (Red+Green+Blue) = 213+190+150=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE96 is #2A4169. Grayscale: #C0C0C0. Windows color (decimal): -2769258 or 9879253. OLE color: 9879253.
HSL color Cylindrical-coordinate representation of color #D5BE96: hue angle of 38.1º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5BE96 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 150 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.16 |
| HSL | 38.1º | 0.43% | 0.71% | - |
| HSV(B) | 38.1º | 0.3% | 0.84% | - |
| XYZ | 51.36 | 53.18 | 36.41 | - |
| YUV | 192.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 150 | 0 | 0.11 | 0.30 | 0.16 | 38.1 | 0.43 | 0.71 |
| Hex | D5 | BE | 96 | 0 | B | 1E | 10 | 26 | 2B | 47 |
| Octal | 325 | 276 | 226 | 0 | 13 | 36 | 20 | 46 | 53 | 107 |
| Binary | 11010101 | 10111110 | 10010110 | 0 | 1011 | 11110 | 10000 | 100110 | 101011 | 1000111 |
Color Harmonies of #D5BE96
Complementary color
Monochromatic Colors of #D5BE96
Black with #D5BE96
Text Example
Text Example
White with #D5BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE96; }
p { color: rgb(213,190,150); }
H1.HeaderClassName
{
color: #D5BE96;
}
.AnyTagClassName
{
color: #D5BE96;
}
</style>
background-color css
<style>
a { background-color: #D5BE96; }
a { background-color: rgb(213,190,150); }
div.DivClassName
{
background-color: #D5BE96;
}
.BgClassName
{
background-color: #D5BE96;
}
</style>
border-color css
<style>
span { border-color: #D5BE96; }
span { border-color: rgb(213,190,150); }
td.TdClassName
{
border-color: #D5BE96;
}
.TagClassName
{
border-color: #D5BE96;
}
</style>