Shades of Raffia #D9C394
Tints of Raffia #D9C394
RGB
CMYK
RGB Variations
Color information
#D9C394 (or 0xD9C394) is known color: Raffia. HEX triplet: D9, C3 and 94. RGB value is (217,195,148). Sum of RGB (Red+Green+Blue) = 217+195+148=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C394 is #263C6B. Grayscale: #C4C4C4. Windows color (decimal): -2505836 or 9749465. OLE color: 9749465.
HSL color Cylindrical-coordinate representation of color #D9C394: hue angle of 40.87º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9C394 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 148 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.15 |
| HSL | 40.87º | 0.48% | 0.72% | - |
| HSV(B) | 40.87º | 0.32% | 0.85% | - |
| XYZ | 53.48 | 55.92 | 35.99 | - |
| YUV | 196.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 148 | 0 | 0.10 | 0.32 | 0.15 | 40.87 | 0.48 | 0.72 |
| Hex | D9 | C3 | 94 | 0 | A | 20 | F | 29 | 30 | 48 |
| Octal | 331 | 303 | 224 | 0 | 12 | 40 | 17 | 51 | 60 | 110 |
| Binary | 11011001 | 11000011 | 10010100 | 0 | 1010 | 100000 | 1111 | 101001 | 110000 | 1001000 |
Color Harmonies of #D9C394
Complementary color
Monochromatic Colors of #D9C394
Black with #D9C394
Text Example
Text Example
White with #D9C394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C394; }
p { color: rgb(217,195,148); }
H1.HeaderClassName
{
color: #D9C394;
}
.AnyTagClassName
{
color: #D9C394;
}
</style>
background-color css
<style>
a { background-color: #D9C394; }
a { background-color: rgb(217,195,148); }
div.DivClassName
{
background-color: #D9C394;
}
.BgClassName
{
background-color: #D9C394;
}
</style>
border-color css
<style>
span { border-color: #D9C394; }
span { border-color: rgb(217,195,148); }
td.TdClassName
{
border-color: #D9C394;
}
.TagClassName
{
border-color: #D9C394;
}
</style>