Shades of Raffia #D8C89F
Tints of Raffia #D8C89F
RGB
CMYK
RGB Variations
Color information
#D8C89F (or 0xD8C89F) is known color: Raffia. HEX triplet: D8, C8 and 9F. RGB value is (216,200,159). Sum of RGB (Red+Green+Blue) = 216+200+159=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C89F is #273760. Grayscale: #C8C8C8. Windows color (decimal): -2570081 or 10471640. OLE color: 10471640.
HSL color Cylindrical-coordinate representation of color #D8C89F: hue angle of 43.16º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8C89F is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 159 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.15 |
| HSL | 43.16º | 0.42% | 0.74% | - |
| HSV(B) | 43.16º | 0.26% | 0.85% | - |
| XYZ | 55.23 | 58.41 | 41.16 | - |
| YUV | 200.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 159 | 0 | 0.07 | 0.26 | 0.15 | 43.16 | 0.42 | 0.74 |
| Hex | D8 | C8 | 9F | 0 | 7 | 1A | F | 2B | 2A | 4A |
| Octal | 330 | 310 | 237 | 0 | 7 | 32 | 17 | 53 | 52 | 112 |
| Binary | 11011000 | 11001000 | 10011111 | 0 | 111 | 11010 | 1111 | 101011 | 101010 | 1001010 |
Color Harmonies of #D8C89F
Complementary color
Monochromatic Colors of #D8C89F
Black with #D8C89F
Text Example
Text Example
White with #D8C89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C89F; }
p { color: rgb(216,200,159); }
H1.HeaderClassName
{
color: #D8C89F;
}
.AnyTagClassName
{
color: #D8C89F;
}
</style>
background-color css
<style>
a { background-color: #D8C89F; }
a { background-color: rgb(216,200,159); }
div.DivClassName
{
background-color: #D8C89F;
}
.BgClassName
{
background-color: #D8C89F;
}
</style>
border-color css
<style>
span { border-color: #D8C89F; }
span { border-color: rgb(216,200,159); }
td.TdClassName
{
border-color: #D8C89F;
}
.TagClassName
{
border-color: #D8C89F;
}
</style>