Shades of Raffia #D9C79F
Tints of Raffia #D9C79F
RGB
CMYK
RGB Variations
Color information
#D9C79F (or 0xD9C79F) is known color: Raffia. HEX triplet: D9, C7 and 9F. RGB value is (217,199,159). Sum of RGB (Red+Green+Blue) = 217+199+159=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C79F is #263860. Grayscale: #C8C8C8. Windows color (decimal): -2504801 or 10471385. OLE color: 10471385.
HSL color Cylindrical-coordinate representation of color #D9C79F: hue angle of 41.38º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9C79F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 159 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.15 |
| HSL | 41.38º | 0.43% | 0.74% | - |
| HSV(B) | 41.38º | 0.27% | 0.85% | - |
| XYZ | 55.3 | 58.1 | 41.1 | - |
| YUV | 199.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 159 | 0 | 0.08 | 0.27 | 0.15 | 41.38 | 0.43 | 0.74 |
| Hex | D9 | C7 | 9F | 0 | 8 | 1B | F | 29 | 2B | 4A |
| Octal | 331 | 307 | 237 | 0 | 10 | 33 | 17 | 51 | 53 | 112 |
| Binary | 11011001 | 11000111 | 10011111 | 0 | 1000 | 11011 | 1111 | 101001 | 101011 | 1001010 |
Color Harmonies of #D9C79F
Complementary color
Monochromatic Colors of #D9C79F
Black with #D9C79F
Text Example
Text Example
White with #D9C79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C79F; }
p { color: rgb(217,199,159); }
H1.HeaderClassName
{
color: #D9C79F;
}
.AnyTagClassName
{
color: #D9C79F;
}
</style>
background-color css
<style>
a { background-color: #D9C79F; }
a { background-color: rgb(217,199,159); }
div.DivClassName
{
background-color: #D9C79F;
}
.BgClassName
{
background-color: #D9C79F;
}
</style>
border-color css
<style>
span { border-color: #D9C79F; }
span { border-color: rgb(217,199,159); }
td.TdClassName
{
border-color: #D9C79F;
}
.TagClassName
{
border-color: #D9C79F;
}
</style>