Shades of Raffia #D9C395
Tints of Raffia #D9C395
RGB
CMYK
RGB Variations
Color information
#D9C395 (or 0xD9C395) is known color: Raffia. HEX triplet: D9, C3 and 95. RGB value is (217,195,149). Sum of RGB (Red+Green+Blue) = 217+195+149=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C395 is #263C6A. Grayscale: #C4C4C4. Windows color (decimal): -2505835 or 9815001. OLE color: 9815001.
HSL color Cylindrical-coordinate representation of color #D9C395: hue angle of 40.59º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9C395 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 149 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.15 |
| HSL | 40.59º | 0.47% | 0.72% | - |
| HSV(B) | 40.59º | 0.31% | 0.85% | - |
| XYZ | 53.56 | 55.95 | 36.41 | - |
| YUV | 196.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 149 | 0 | 0.10 | 0.31 | 0.15 | 40.59 | 0.47 | 0.72 |
| Hex | D9 | C3 | 95 | 0 | A | 1F | F | 29 | 2F | 48 |
| Octal | 331 | 303 | 225 | 0 | 12 | 37 | 17 | 51 | 57 | 110 |
| Binary | 11011001 | 11000011 | 10010101 | 0 | 1010 | 11111 | 1111 | 101001 | 101111 | 1001000 |
Color Harmonies of #D9C395
Complementary color
Monochromatic Colors of #D9C395
Black with #D9C395
Text Example
Text Example
White with #D9C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C395; }
p { color: rgb(217,195,149); }
H1.HeaderClassName
{
color: #D9C395;
}
.AnyTagClassName
{
color: #D9C395;
}
</style>
background-color css
<style>
a { background-color: #D9C395; }
a { background-color: rgb(217,195,149); }
div.DivClassName
{
background-color: #D9C395;
}
.BgClassName
{
background-color: #D9C395;
}
</style>
border-color css
<style>
span { border-color: #D9C395; }
span { border-color: rgb(217,195,149); }
td.TdClassName
{
border-color: #D9C395;
}
.TagClassName
{
border-color: #D9C395;
}
</style>