Shades of Raffia #D8C6A9
Tints of Raffia #D8C6A9
RGB
CMYK
RGB Variations
Color information
#D8C6A9 (or 0xD8C6A9) is known color: Raffia. HEX triplet: D8, C6 and A9. RGB value is (216,198,169). Sum of RGB (Red+Green+Blue) = 216+198+169=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C6A9 is #273956. Grayscale: #C8C8C8. Windows color (decimal): -2570583 or 11126488. OLE color: 11126488.
HSL color Cylindrical-coordinate representation of color #D8C6A9: hue angle of 37.02º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8C6A9 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 169 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.15 |
| HSL | 37.02º | 0.38% | 0.75% | - |
| HSV(B) | 37.02º | 0.22% | 0.85% | - |
| XYZ | 55.67 | 57.85 | 45.77 | - |
| YUV | 200.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 169 | 0 | 0.08 | 0.22 | 0.15 | 37.02 | 0.38 | 0.75 |
| Hex | D8 | C6 | A9 | 0 | 8 | 16 | F | 25 | 26 | 4B |
| Octal | 330 | 306 | 251 | 0 | 10 | 26 | 17 | 45 | 46 | 113 |
| Binary | 11011000 | 11000110 | 10101001 | 0 | 1000 | 10110 | 1111 | 100101 | 100110 | 1001011 |
Color Harmonies of #D8C6A9
Complementary color
Monochromatic Colors of #D8C6A9
Black with #D8C6A9
Text Example
Text Example
White with #D8C6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6A9; }
p { color: rgb(216,198,169); }
H1.HeaderClassName
{
color: #D8C6A9;
}
.AnyTagClassName
{
color: #D8C6A9;
}
</style>
background-color css
<style>
a { background-color: #D8C6A9; }
a { background-color: rgb(216,198,169); }
div.DivClassName
{
background-color: #D8C6A9;
}
.BgClassName
{
background-color: #D8C6A9;
}
</style>
border-color css
<style>
span { border-color: #D8C6A9; }
span { border-color: rgb(216,198,169); }
td.TdClassName
{
border-color: #D8C6A9;
}
.TagClassName
{
border-color: #D8C6A9;
}
</style>