Shades of Raffia #D9C393
Tints of Raffia #D9C393
RGB
CMYK
RGB Variations
Color information
#D9C393 (or 0xD9C393) is known color: Raffia. HEX triplet: D9, C3 and 93. RGB value is (217,195,147). Sum of RGB (Red+Green+Blue) = 217+195+147=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C393 is #263C6C. Grayscale: #C4C4C4. Windows color (decimal): -2505837 or 9683929. OLE color: 9683929.
HSL color Cylindrical-coordinate representation of color #D9C393: hue angle of 41.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9C393 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 147 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.15 |
| HSL | 41.14º | 0.48% | 0.71% | - |
| HSV(B) | 41.14º | 0.32% | 0.85% | - |
| XYZ | 53.4 | 55.89 | 35.58 | - |
| YUV | 196.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 147 | 0 | 0.10 | 0.32 | 0.15 | 41.14 | 0.48 | 0.71 |
| Hex | D9 | C3 | 93 | 0 | A | 20 | F | 29 | 30 | 47 |
| Octal | 331 | 303 | 223 | 0 | 12 | 40 | 17 | 51 | 60 | 107 |
| Binary | 11011001 | 11000011 | 10010011 | 0 | 1010 | 100000 | 1111 | 101001 | 110000 | 1000111 |
Color Harmonies of #D9C393
Complementary color
Monochromatic Colors of #D9C393
Black with #D9C393
Text Example
Text Example
White with #D9C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C393; }
p { color: rgb(217,195,147); }
H1.HeaderClassName
{
color: #D9C393;
}
.AnyTagClassName
{
color: #D9C393;
}
</style>
background-color css
<style>
a { background-color: #D9C393; }
a { background-color: rgb(217,195,147); }
div.DivClassName
{
background-color: #D9C393;
}
.BgClassName
{
background-color: #D9C393;
}
</style>
border-color css
<style>
span { border-color: #D9C393; }
span { border-color: rgb(217,195,147); }
td.TdClassName
{
border-color: #D9C393;
}
.TagClassName
{
border-color: #D9C393;
}
</style>