Shades of Raffia #D9C49B
Tints of Raffia #D9C49B
RGB
CMYK
RGB Variations
Color information
#D9C49B (or 0xD9C49B) is known color: Raffia. HEX triplet: D9, C4 and 9B. RGB value is (217,196,155). Sum of RGB (Red+Green+Blue) = 217+196+155=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C49B is #263B64. Grayscale: #C5C5C5. Windows color (decimal): -2505573 or 10208473. OLE color: 10208473.
HSL color Cylindrical-coordinate representation of color #D9C49B: hue angle of 39.68º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9C49B is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 155 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.15 |
| HSL | 39.68º | 0.45% | 0.73% | - |
| HSV(B) | 39.68º | 0.29% | 0.85% | - |
| XYZ | 54.27 | 56.6 | 39.07 | - |
| YUV | 197.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 155 | 0 | 0.10 | 0.29 | 0.15 | 39.68 | 0.45 | 0.73 |
| Hex | D9 | C4 | 9B | 0 | A | 1D | F | 28 | 2D | 49 |
| Octal | 331 | 304 | 233 | 0 | 12 | 35 | 17 | 50 | 55 | 111 |
| Binary | 11011001 | 11000100 | 10011011 | 0 | 1010 | 11101 | 1111 | 101000 | 101101 | 1001001 |
Color Harmonies of #D9C49B
Complementary color
Monochromatic Colors of #D9C49B
Black with #D9C49B
Text Example
Text Example
White with #D9C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C49B; }
p { color: rgb(217,196,155); }
H1.HeaderClassName
{
color: #D9C49B;
}
.AnyTagClassName
{
color: #D9C49B;
}
</style>
background-color css
<style>
a { background-color: #D9C49B; }
a { background-color: rgb(217,196,155); }
div.DivClassName
{
background-color: #D9C49B;
}
.BgClassName
{
background-color: #D9C49B;
}
</style>
border-color css
<style>
span { border-color: #D9C49B; }
span { border-color: rgb(217,196,155); }
td.TdClassName
{
border-color: #D9C49B;
}
.TagClassName
{
border-color: #D9C49B;
}
</style>