Shades of Raffia #D6BF99
Tints of Raffia #D6BF99
RGB
CMYK
RGB Variations
Color information
#D6BF99 (or 0xD6BF99) is known color: Raffia. HEX triplet: D6, BF and 99. RGB value is (214,191,153). Sum of RGB (Red+Green+Blue) = 214+191+153=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF99 is #294066. Grayscale: #C1C1C1. Windows color (decimal): -2703463 or 10076118. OLE color: 10076118.
HSL color Cylindrical-coordinate representation of color #D6BF99: hue angle of 37.38º 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 #D6BF99 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 153 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.16 |
| HSL | 37.38º | 0.43% | 0.72% | - |
| HSV(B) | 37.38º | 0.29% | 0.84% | - |
| XYZ | 52.11 | 53.86 | 37.79 | - |
| YUV | 193.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 153 | 0 | 0.11 | 0.29 | 0.16 | 37.38 | 0.43 | 0.72 |
| Hex | D6 | BF | 99 | 0 | B | 1D | 10 | 25 | 2B | 48 |
| Octal | 326 | 277 | 231 | 0 | 13 | 35 | 20 | 45 | 53 | 110 |
| Binary | 11010110 | 10111111 | 10011001 | 0 | 1011 | 11101 | 10000 | 100101 | 101011 | 1001000 |
Color Harmonies of #D6BF99
Complementary color
Monochromatic Colors of #D6BF99
Black with #D6BF99
Text Example
Text Example
White with #D6BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF99; }
p { color: rgb(214,191,153); }
H1.HeaderClassName
{
color: #D6BF99;
}
.AnyTagClassName
{
color: #D6BF99;
}
</style>
background-color css
<style>
a { background-color: #D6BF99; }
a { background-color: rgb(214,191,153); }
div.DivClassName
{
background-color: #D6BF99;
}
.BgClassName
{
background-color: #D6BF99;
}
</style>
border-color css
<style>
span { border-color: #D6BF99; }
span { border-color: rgb(214,191,153); }
td.TdClassName
{
border-color: #D6BF99;
}
.TagClassName
{
border-color: #D6BF99;
}
</style>