Shades of Raffia #D6BE99
Tints of Raffia #D6BE99
RGB
CMYK
RGB Variations
Color information
#D6BE99 (or 0xD6BE99) is known color: Raffia. HEX triplet: D6, BE and 99. RGB value is (214,190,153). Sum of RGB (Red+Green+Blue) = 214+190+153=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE99 is #294166. Grayscale: #C1C1C1. Windows color (decimal): -2703719 or 10075862. OLE color: 10075862.
HSL color Cylindrical-coordinate representation of color #D6BE99: hue angle of 36.39º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6BE99 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 153 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.16 |
| HSL | 36.39º | 0.43% | 0.72% | - |
| HSV(B) | 36.39º | 0.29% | 0.84% | - |
| XYZ | 51.89 | 53.42 | 37.71 | - |
| YUV | 192.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 153 | 0 | 0.11 | 0.29 | 0.16 | 36.39 | 0.43 | 0.72 |
| Hex | D6 | BE | 99 | 0 | B | 1D | 10 | 24 | 2B | 48 |
| Octal | 326 | 276 | 231 | 0 | 13 | 35 | 20 | 44 | 53 | 110 |
| Binary | 11010110 | 10111110 | 10011001 | 0 | 1011 | 11101 | 10000 | 100100 | 101011 | 1001000 |
Color Harmonies of #D6BE99
Complementary color
Monochromatic Colors of #D6BE99
Black with #D6BE99
Text Example
Text Example
White with #D6BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE99; }
p { color: rgb(214,190,153); }
H1.HeaderClassName
{
color: #D6BE99;
}
.AnyTagClassName
{
color: #D6BE99;
}
</style>
background-color css
<style>
a { background-color: #D6BE99; }
a { background-color: rgb(214,190,153); }
div.DivClassName
{
background-color: #D6BE99;
}
.BgClassName
{
background-color: #D6BE99;
}
</style>
border-color css
<style>
span { border-color: #D6BE99; }
span { border-color: rgb(214,190,153); }
td.TdClassName
{
border-color: #D6BE99;
}
.TagClassName
{
border-color: #D6BE99;
}
</style>