Shades of Raffia #D8C59D
Tints of Raffia #D8C59D
RGB
CMYK
RGB Variations
Color information
#D8C59D (or 0xD8C59D) is known color: Raffia. HEX triplet: D8, C5 and 9D. RGB value is (216,197,157). Sum of RGB (Red+Green+Blue) = 216+197+157=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C59D is #273A62. Grayscale: #C6C6C6. Windows color (decimal): -2570851 or 10339800. OLE color: 10339800.
HSL color Cylindrical-coordinate representation of color #D8C59D: hue angle of 40.68º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8C59D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 157 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.15 |
| HSL | 40.68º | 0.43% | 0.73% | - |
| HSV(B) | 40.68º | 0.27% | 0.85% | - |
| XYZ | 54.37 | 56.97 | 40.03 | - |
| YUV | 198.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 157 | 0 | 0.09 | 0.27 | 0.15 | 40.68 | 0.43 | 0.73 |
| Hex | D8 | C5 | 9D | 0 | 9 | 1B | F | 29 | 2B | 49 |
| Octal | 330 | 305 | 235 | 0 | 11 | 33 | 17 | 51 | 53 | 111 |
| Binary | 11011000 | 11000101 | 10011101 | 0 | 1001 | 11011 | 1111 | 101001 | 101011 | 1001001 |
Color Harmonies of #D8C59D
Complementary color
Monochromatic Colors of #D8C59D
Black with #D8C59D
Text Example
Text Example
White with #D8C59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C59D; }
p { color: rgb(216,197,157); }
H1.HeaderClassName
{
color: #D8C59D;
}
.AnyTagClassName
{
color: #D8C59D;
}
</style>
background-color css
<style>
a { background-color: #D8C59D; }
a { background-color: rgb(216,197,157); }
div.DivClassName
{
background-color: #D8C59D;
}
.BgClassName
{
background-color: #D8C59D;
}
</style>
border-color css
<style>
span { border-color: #D8C59D; }
span { border-color: rgb(216,197,157); }
td.TdClassName
{
border-color: #D8C59D;
}
.TagClassName
{
border-color: #D8C59D;
}
</style>