Shades of Raffia #D8C59A
Tints of Raffia #D8C59A
RGB
CMYK
RGB Variations
Color information
#D8C59A (or 0xD8C59A) is known color: Raffia. HEX triplet: D8, C5 and 9A. RGB value is (216,197,154). Sum of RGB (Red+Green+Blue) = 216+197+154=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C59A is #273A65. Grayscale: #C5C5C5. Windows color (decimal): -2570854 or 10143192. OLE color: 10143192.
HSL color Cylindrical-coordinate representation of color #D8C59A: hue angle of 41.61º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8C59A is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 154 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.15 |
| HSL | 41.61º | 0.44% | 0.73% | - |
| HSV(B) | 41.61º | 0.29% | 0.85% | - |
| XYZ | 54.12 | 56.86 | 38.7 | - |
| YUV | 197.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 154 | 0 | 0.09 | 0.29 | 0.15 | 41.61 | 0.44 | 0.73 |
| Hex | D8 | C5 | 9A | 0 | 9 | 1D | F | 2A | 2C | 49 |
| Octal | 330 | 305 | 232 | 0 | 11 | 35 | 17 | 52 | 54 | 111 |
| Binary | 11011000 | 11000101 | 10011010 | 0 | 1001 | 11101 | 1111 | 101010 | 101100 | 1001001 |
Color Harmonies of #D8C59A
Complementary color
Monochromatic Colors of #D8C59A
Black with #D8C59A
Text Example
Text Example
White with #D8C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C59A; }
p { color: rgb(216,197,154); }
H1.HeaderClassName
{
color: #D8C59A;
}
.AnyTagClassName
{
color: #D8C59A;
}
</style>
background-color css
<style>
a { background-color: #D8C59A; }
a { background-color: rgb(216,197,154); }
div.DivClassName
{
background-color: #D8C59A;
}
.BgClassName
{
background-color: #D8C59A;
}
</style>
border-color css
<style>
span { border-color: #D8C59A; }
span { border-color: rgb(216,197,154); }
td.TdClassName
{
border-color: #D8C59A;
}
.TagClassName
{
border-color: #D8C59A;
}
</style>