Shades of Raffia #DAC79F
Tints of Raffia #DAC79F
RGB
CMYK
RGB Variations
Color information
#DAC79F (or 0xDAC79F) is known color: Raffia. HEX triplet: DA, C7 and 9F. RGB value is (218,199,159). Sum of RGB (Red+Green+Blue) = 218+199+159=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC79F is #253860. Grayscale: #C8C8C8. Windows color (decimal): -2439265 or 10471386. OLE color: 10471386.
HSL color Cylindrical-coordinate representation of color #DAC79F: hue angle of 40.68º degrees, saturation: 0.44, 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 #DAC79F is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 159 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.15 |
| HSL | 40.68º | 0.44% | 0.74% | - |
| HSV(B) | 40.68º | 0.27% | 0.85% | - |
| XYZ | 55.59 | 58.26 | 41.12 | - |
| YUV | 200.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 159 | 0 | 0.09 | 0.27 | 0.15 | 40.68 | 0.44 | 0.74 |
| Hex | DA | C7 | 9F | 0 | 9 | 1B | F | 29 | 2C | 4A |
| Octal | 332 | 307 | 237 | 0 | 11 | 33 | 17 | 51 | 54 | 112 |
| Binary | 11011010 | 11000111 | 10011111 | 0 | 1001 | 11011 | 1111 | 101001 | 101100 | 1001010 |
Color Harmonies of #DAC79F
Complementary color
Monochromatic Colors of #DAC79F
Black with #DAC79F
Text Example
Text Example
White with #DAC79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC79F; }
p { color: rgb(218,199,159); }
H1.HeaderClassName
{
color: #DAC79F;
}
.AnyTagClassName
{
color: #DAC79F;
}
</style>
background-color css
<style>
a { background-color: #DAC79F; }
a { background-color: rgb(218,199,159); }
div.DivClassName
{
background-color: #DAC79F;
}
.BgClassName
{
background-color: #DAC79F;
}
</style>
border-color css
<style>
span { border-color: #DAC79F; }
span { border-color: rgb(218,199,159); }
td.TdClassName
{
border-color: #DAC79F;
}
.TagClassName
{
border-color: #DAC79F;
}
</style>