Shades of Raffia #D9C097
Tints of Raffia #D9C097
RGB
CMYK
RGB Variations
Color information
#D9C097 (or 0xD9C097) is known color: Raffia. HEX triplet: D9, C0 and 97. RGB value is (217,192,151). Sum of RGB (Red+Green+Blue) = 217+192+151=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C097 is #263F68. Grayscale: #C2C2C2. Windows color (decimal): -2506601 or 9945305. OLE color: 9945305.
HSL color Cylindrical-coordinate representation of color #D9C097: hue angle of 37.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9C097 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 151 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.15 |
| HSL | 37.27º | 0.46% | 0.72% | - |
| HSV(B) | 37.27º | 0.3% | 0.85% | - |
| XYZ | 53.05 | 54.69 | 37.04 | - |
| YUV | 194.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 151 | 0 | 0.12 | 0.30 | 0.15 | 37.27 | 0.46 | 0.72 |
| Hex | D9 | C0 | 97 | 0 | C | 1E | F | 25 | 2E | 48 |
| Octal | 331 | 300 | 227 | 0 | 14 | 36 | 17 | 45 | 56 | 110 |
| Binary | 11011001 | 11000000 | 10010111 | 0 | 1100 | 11110 | 1111 | 100101 | 101110 | 1001000 |
Color Harmonies of #D9C097
Complementary color
Monochromatic Colors of #D9C097
Black with #D9C097
Text Example
Text Example
White with #D9C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C097; }
p { color: rgb(217,192,151); }
H1.HeaderClassName
{
color: #D9C097;
}
.AnyTagClassName
{
color: #D9C097;
}
</style>
background-color css
<style>
a { background-color: #D9C097; }
a { background-color: rgb(217,192,151); }
div.DivClassName
{
background-color: #D9C097;
}
.BgClassName
{
background-color: #D9C097;
}
</style>
border-color css
<style>
span { border-color: #D9C097; }
span { border-color: rgb(217,192,151); }
td.TdClassName
{
border-color: #D9C097;
}
.TagClassName
{
border-color: #D9C097;
}
</style>