Shades of Raffia #D8C59C
Tints of Raffia #D8C59C
RGB
CMYK
RGB Variations
Color information
#D8C59C (or 0xD8C59C) is known color: Raffia. HEX triplet: D8, C5 and 9C. RGB value is (216,197,156). Sum of RGB (Red+Green+Blue) = 216+197+156=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C59C is #273A63. Grayscale: #C6C6C6. Windows color (decimal): -2570852 or 10274264. OLE color: 10274264.
HSL color Cylindrical-coordinate representation of color #D8C59C: hue angle of 41º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8C59C is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 156 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.15 |
| HSL | 41º | 0.43% | 0.73% | - |
| HSV(B) | 41º | 0.28% | 0.85% | - |
| XYZ | 54.29 | 56.93 | 39.58 | - |
| YUV | 198.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 156 | 0 | 0.09 | 0.28 | 0.15 | 41 | 0.43 | 0.73 |
| Hex | D8 | C5 | 9C | 0 | 9 | 1C | F | 29 | 2B | 49 |
| Octal | 330 | 305 | 234 | 0 | 11 | 34 | 17 | 51 | 53 | 111 |
| Binary | 11011000 | 11000101 | 10011100 | 0 | 1001 | 11100 | 1111 | 101001 | 101011 | 1001001 |
Color Harmonies of #D8C59C
Complementary color
Monochromatic Colors of #D8C59C
Black with #D8C59C
Text Example
Text Example
White with #D8C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C59C; }
p { color: rgb(216,197,156); }
H1.HeaderClassName
{
color: #D8C59C;
}
.AnyTagClassName
{
color: #D8C59C;
}
</style>
background-color css
<style>
a { background-color: #D8C59C; }
a { background-color: rgb(216,197,156); }
div.DivClassName
{
background-color: #D8C59C;
}
.BgClassName
{
background-color: #D8C59C;
}
</style>
border-color css
<style>
span { border-color: #D8C59C; }
span { border-color: rgb(216,197,156); }
td.TdClassName
{
border-color: #D8C59C;
}
.TagClassName
{
border-color: #D8C59C;
}
</style>