Shades of Raffia #D9C6A8
Tints of Raffia #D9C6A8
RGB
CMYK
RGB Variations
Color information
#D9C6A8 (or 0xD9C6A8) is known color: Raffia. HEX triplet: D9, C6 and A8. RGB value is (217,198,168). Sum of RGB (Red+Green+Blue) = 217+198+168=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C6A8 is #263957. Grayscale: #C8C8C8. Windows color (decimal): -2505048 or 11060953. OLE color: 11060953.
HSL color Cylindrical-coordinate representation of color #D9C6A8: hue angle of 36.73º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9C6A8 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 168 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.15 |
| HSL | 36.73º | 0.39% | 0.75% | - |
| HSV(B) | 36.73º | 0.23% | 0.85% | - |
| XYZ | 55.88 | 57.97 | 45.29 | - |
| YUV | 200.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 168 | 0 | 0.09 | 0.23 | 0.15 | 36.73 | 0.39 | 0.75 |
| Hex | D9 | C6 | A8 | 0 | 9 | 17 | F | 25 | 27 | 4B |
| Octal | 331 | 306 | 250 | 0 | 11 | 27 | 17 | 45 | 47 | 113 |
| Binary | 11011001 | 11000110 | 10101000 | 0 | 1001 | 10111 | 1111 | 100101 | 100111 | 1001011 |
Color Harmonies of #D9C6A8
Complementary color
Monochromatic Colors of #D9C6A8
Black with #D9C6A8
Text Example
Text Example
White with #D9C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C6A8; }
p { color: rgb(217,198,168); }
H1.HeaderClassName
{
color: #D9C6A8;
}
.AnyTagClassName
{
color: #D9C6A8;
}
</style>
background-color css
<style>
a { background-color: #D9C6A8; }
a { background-color: rgb(217,198,168); }
div.DivClassName
{
background-color: #D9C6A8;
}
.BgClassName
{
background-color: #D9C6A8;
}
</style>
border-color css
<style>
span { border-color: #D9C6A8; }
span { border-color: rgb(217,198,168); }
td.TdClassName
{
border-color: #D9C6A8;
}
.TagClassName
{
border-color: #D9C6A8;
}
</style>