Shades of Raffia #D8C6AA
Tints of Raffia #D8C6AA
RGB
CMYK
RGB Variations
Color information
#D8C6AA (or 0xD8C6AA) is known color: Raffia. HEX triplet: D8, C6 and AA. RGB value is (216,198,170). Sum of RGB (Red+Green+Blue) = 216+198+170=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C6AA is #273955. Grayscale: #C8C8C8. Windows color (decimal): -2570582 or 11192024. OLE color: 11192024.
HSL color Cylindrical-coordinate representation of color #D8C6AA: hue angle of 36.52º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8C6AA is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 170 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.15 |
| HSL | 36.52º | 0.37% | 0.76% | - |
| HSV(B) | 36.52º | 0.21% | 0.85% | - |
| XYZ | 55.77 | 57.89 | 46.26 | - |
| YUV | 200.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 170 | 0 | 0.08 | 0.21 | 0.15 | 36.52 | 0.37 | 0.76 |
| Hex | D8 | C6 | AA | 0 | 8 | 15 | F | 25 | 25 | 4C |
| Octal | 330 | 306 | 252 | 0 | 10 | 25 | 17 | 45 | 45 | 114 |
| Binary | 11011000 | 11000110 | 10101010 | 0 | 1000 | 10101 | 1111 | 100101 | 100101 | 1001100 |
Color Harmonies of #D8C6AA
Complementary color
Monochromatic Colors of #D8C6AA
Black with #D8C6AA
Text Example
Text Example
White with #D8C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6AA; }
p { color: rgb(216,198,170); }
H1.HeaderClassName
{
color: #D8C6AA;
}
.AnyTagClassName
{
color: #D8C6AA;
}
</style>
background-color css
<style>
a { background-color: #D8C6AA; }
a { background-color: rgb(216,198,170); }
div.DivClassName
{
background-color: #D8C6AA;
}
.BgClassName
{
background-color: #D8C6AA;
}
</style>
border-color css
<style>
span { border-color: #D8C6AA; }
span { border-color: rgb(216,198,170); }
td.TdClassName
{
border-color: #D8C6AA;
}
.TagClassName
{
border-color: #D8C6AA;
}
</style>