Shades of Raffia #D8C49A
Tints of Raffia #D8C49A
RGB
CMYK
RGB Variations
Color information
#D8C49A (or 0xD8C49A) is known color: Raffia. HEX triplet: D8, C4 and 9A. RGB value is (216,196,154). Sum of RGB (Red+Green+Blue) = 216+196+154=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C49A is #273B65. Grayscale: #C5C5C5. Windows color (decimal): -2571110 or 10142936. OLE color: 10142936.
HSL color Cylindrical-coordinate representation of color #D8C49A: hue angle of 40.65º 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 #D8C49A is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 154 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.15 |
| HSL | 40.65º | 0.44% | 0.73% | - |
| HSV(B) | 40.65º | 0.29% | 0.85% | - |
| XYZ | 53.89 | 56.41 | 38.62 | - |
| YUV | 197.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 154 | 0 | 0.09 | 0.29 | 0.15 | 40.65 | 0.44 | 0.73 |
| Hex | D8 | C4 | 9A | 0 | 9 | 1D | F | 29 | 2C | 49 |
| Octal | 330 | 304 | 232 | 0 | 11 | 35 | 17 | 51 | 54 | 111 |
| Binary | 11011000 | 11000100 | 10011010 | 0 | 1001 | 11101 | 1111 | 101001 | 101100 | 1001001 |
Color Harmonies of #D8C49A
Complementary color
Monochromatic Colors of #D8C49A
Black with #D8C49A
Text Example
Text Example
White with #D8C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C49A; }
p { color: rgb(216,196,154); }
H1.HeaderClassName
{
color: #D8C49A;
}
.AnyTagClassName
{
color: #D8C49A;
}
</style>
background-color css
<style>
a { background-color: #D8C49A; }
a { background-color: rgb(216,196,154); }
div.DivClassName
{
background-color: #D8C49A;
}
.BgClassName
{
background-color: #D8C49A;
}
</style>
border-color css
<style>
span { border-color: #D8C49A; }
span { border-color: rgb(216,196,154); }
td.TdClassName
{
border-color: #D8C49A;
}
.TagClassName
{
border-color: #D8C49A;
}
</style>