Shades of Raffia #D8C49C
Tints of Raffia #D8C49C
RGB
CMYK
RGB Variations
Color information
#D8C49C (or 0xD8C49C) is known color: Raffia. HEX triplet: D8, C4 and 9C. RGB value is (216,196,156). Sum of RGB (Red+Green+Blue) = 216+196+156=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C49C is #273B63. Grayscale: #C5C5C5. Windows color (decimal): -2571108 or 10274008. OLE color: 10274008.
HSL color Cylindrical-coordinate representation of color #D8C49C: hue angle of 40º 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 #D8C49C is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 156 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.15 |
| HSL | 40º | 0.43% | 0.73% | - |
| HSV(B) | 40º | 0.28% | 0.85% | - |
| XYZ | 54.06 | 56.48 | 39.5 | - |
| YUV | 197.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 156 | 0 | 0.09 | 0.28 | 0.15 | 40 | 0.43 | 0.73 |
| Hex | D8 | C4 | 9C | 0 | 9 | 1C | F | 28 | 2B | 49 |
| Octal | 330 | 304 | 234 | 0 | 11 | 34 | 17 | 50 | 53 | 111 |
| Binary | 11011000 | 11000100 | 10011100 | 0 | 1001 | 11100 | 1111 | 101000 | 101011 | 1001001 |
Color Harmonies of #D8C49C
Complementary color
Monochromatic Colors of #D8C49C
Black with #D8C49C
Text Example
Text Example
White with #D8C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C49C; }
p { color: rgb(216,196,156); }
H1.HeaderClassName
{
color: #D8C49C;
}
.AnyTagClassName
{
color: #D8C49C;
}
</style>
background-color css
<style>
a { background-color: #D8C49C; }
a { background-color: rgb(216,196,156); }
div.DivClassName
{
background-color: #D8C49C;
}
.BgClassName
{
background-color: #D8C49C;
}
</style>
border-color css
<style>
span { border-color: #D8C49C; }
span { border-color: rgb(216,196,156); }
td.TdClassName
{
border-color: #D8C49C;
}
.TagClassName
{
border-color: #D8C49C;
}
</style>