Shades of Raffia #DAC99F
Tints of Raffia #DAC99F
RGB
CMYK
RGB Variations
Color information
#DAC99F (or 0xDAC99F) is known color: Raffia. HEX triplet: DA, C9 and 9F. RGB value is (218,201,159). Sum of RGB (Red+Green+Blue) = 218+201+159=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC99F is #253660. Grayscale: #C9C9C9. Windows color (decimal): -2438753 or 10471898. OLE color: 10471898.
HSL color Cylindrical-coordinate representation of color #DAC99F: hue angle of 42.71º 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 #DAC99F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 159 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.15 |
| HSL | 42.71º | 0.44% | 0.74% | - |
| HSV(B) | 42.71º | 0.27% | 0.85% | - |
| XYZ | 56.06 | 59.18 | 41.27 | - |
| YUV | 201.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 159 | 0 | 0.08 | 0.27 | 0.15 | 42.71 | 0.44 | 0.74 |
| Hex | DA | C9 | 9F | 0 | 8 | 1B | F | 2B | 2C | 4A |
| Octal | 332 | 311 | 237 | 0 | 10 | 33 | 17 | 53 | 54 | 112 |
| Binary | 11011010 | 11001001 | 10011111 | 0 | 1000 | 11011 | 1111 | 101011 | 101100 | 1001010 |
Color Harmonies of #DAC99F
Complementary color
Monochromatic Colors of #DAC99F
Black with #DAC99F
Text Example
Text Example
White with #DAC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC99F; }
p { color: rgb(218,201,159); }
H1.HeaderClassName
{
color: #DAC99F;
}
.AnyTagClassName
{
color: #DAC99F;
}
</style>
background-color css
<style>
a { background-color: #DAC99F; }
a { background-color: rgb(218,201,159); }
div.DivClassName
{
background-color: #DAC99F;
}
.BgClassName
{
background-color: #DAC99F;
}
</style>
border-color css
<style>
span { border-color: #DAC99F; }
span { border-color: rgb(218,201,159); }
td.TdClassName
{
border-color: #DAC99F;
}
.TagClassName
{
border-color: #DAC99F;
}
</style>