Shades of Raffia #D8C09C
Tints of Raffia #D8C09C
RGB
CMYK
RGB Variations
Color information
#D8C09C (or 0xD8C09C) is known color: Raffia. HEX triplet: D8, C0 and 9C. RGB value is (216,192,156). Sum of RGB (Red+Green+Blue) = 216+192+156=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C09C is #273F63. Grayscale: #C3C3C3. Windows color (decimal): -2572132 or 10272984. OLE color: 10272984.
HSL color Cylindrical-coordinate representation of color #D8C09C: hue angle of 36º 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 #D8C09C is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 156 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.15 |
| HSL | 36º | 0.43% | 0.73% | - |
| HSV(B) | 36º | 0.28% | 0.85% | - |
| XYZ | 53.17 | 54.7 | 39.21 | - |
| YUV | 195.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 156 | 0 | 0.11 | 0.28 | 0.15 | 36 | 0.43 | 0.73 |
| Hex | D8 | C0 | 9C | 0 | B | 1C | F | 24 | 2B | 49 |
| Octal | 330 | 300 | 234 | 0 | 13 | 34 | 17 | 44 | 53 | 111 |
| Binary | 11011000 | 11000000 | 10011100 | 0 | 1011 | 11100 | 1111 | 100100 | 101011 | 1001001 |
Color Harmonies of #D8C09C
Complementary color
Monochromatic Colors of #D8C09C
Black with #D8C09C
Text Example
Text Example
White with #D8C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C09C; }
p { color: rgb(216,192,156); }
H1.HeaderClassName
{
color: #D8C09C;
}
.AnyTagClassName
{
color: #D8C09C;
}
</style>
background-color css
<style>
a { background-color: #D8C09C; }
a { background-color: rgb(216,192,156); }
div.DivClassName
{
background-color: #D8C09C;
}
.BgClassName
{
background-color: #D8C09C;
}
</style>
border-color css
<style>
span { border-color: #D8C09C; }
span { border-color: rgb(216,192,156); }
td.TdClassName
{
border-color: #D8C09C;
}
.TagClassName
{
border-color: #D8C09C;
}
</style>