Shades of Raffia #D9C49D
Tints of Raffia #D9C49D
RGB
CMYK
RGB Variations
Color information
#D9C49D (or 0xD9C49D) is known color: Raffia. HEX triplet: D9, C4 and 9D. RGB value is (217,196,157). Sum of RGB (Red+Green+Blue) = 217+196+157=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C49D is #263B62. Grayscale: #C6C6C6. Windows color (decimal): -2505571 or 10339545. OLE color: 10339545.
HSL color Cylindrical-coordinate representation of color #D9C49D: hue angle of 39º degrees, saturation: 0.44, 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 #D9C49D is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 157 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.15 |
| HSL | 39º | 0.44% | 0.73% | - |
| HSV(B) | 39º | 0.28% | 0.85% | - |
| XYZ | 54.44 | 56.67 | 39.97 | - |
| YUV | 197.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 157 | 0 | 0.10 | 0.28 | 0.15 | 39 | 0.44 | 0.73 |
| Hex | D9 | C4 | 9D | 0 | A | 1C | F | 27 | 2C | 49 |
| Octal | 331 | 304 | 235 | 0 | 12 | 34 | 17 | 47 | 54 | 111 |
| Binary | 11011001 | 11000100 | 10011101 | 0 | 1010 | 11100 | 1111 | 100111 | 101100 | 1001001 |
Color Harmonies of #D9C49D
Complementary color
Monochromatic Colors of #D9C49D
Black with #D9C49D
Text Example
Text Example
White with #D9C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C49D; }
p { color: rgb(217,196,157); }
H1.HeaderClassName
{
color: #D9C49D;
}
.AnyTagClassName
{
color: #D9C49D;
}
</style>
background-color css
<style>
a { background-color: #D9C49D; }
a { background-color: rgb(217,196,157); }
div.DivClassName
{
background-color: #D9C49D;
}
.BgClassName
{
background-color: #D9C49D;
}
</style>
border-color css
<style>
span { border-color: #D9C49D; }
span { border-color: rgb(217,196,157); }
td.TdClassName
{
border-color: #D9C49D;
}
.TagClassName
{
border-color: #D9C49D;
}
</style>