Shades of Raffia #DAC39F
Tints of Raffia #DAC39F
RGB
CMYK
RGB Variations
Color information
#DAC39F (or 0xDAC39F) is known color: Raffia. HEX triplet: DA, C3 and 9F. RGB value is (218,195,159). Sum of RGB (Red+Green+Blue) = 218+195+159=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC39F is #253C60. Grayscale: #C5C5C5. Windows color (decimal): -2440289 or 10470362. OLE color: 10470362.
HSL color Cylindrical-coordinate representation of color #DAC39F: hue angle of 36.61º 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 #DAC39F is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 159 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.15 |
| HSL | 36.61º | 0.44% | 0.74% | - |
| HSV(B) | 36.61º | 0.27% | 0.85% | - |
| XYZ | 54.69 | 56.44 | 40.81 | - |
| YUV | 197.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 159 | 0 | 0.11 | 0.27 | 0.15 | 36.61 | 0.44 | 0.74 |
| Hex | DA | C3 | 9F | 0 | B | 1B | F | 25 | 2C | 4A |
| Octal | 332 | 303 | 237 | 0 | 13 | 33 | 17 | 45 | 54 | 112 |
| Binary | 11011010 | 11000011 | 10011111 | 0 | 1011 | 11011 | 1111 | 100101 | 101100 | 1001010 |
Color Harmonies of #DAC39F
Complementary color
Monochromatic Colors of #DAC39F
Black with #DAC39F
Text Example
Text Example
White with #DAC39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC39F; }
p { color: rgb(218,195,159); }
H1.HeaderClassName
{
color: #DAC39F;
}
.AnyTagClassName
{
color: #DAC39F;
}
</style>
background-color css
<style>
a { background-color: #DAC39F; }
a { background-color: rgb(218,195,159); }
div.DivClassName
{
background-color: #DAC39F;
}
.BgClassName
{
background-color: #DAC39F;
}
</style>
border-color css
<style>
span { border-color: #DAC39F; }
span { border-color: rgb(218,195,159); }
td.TdClassName
{
border-color: #DAC39F;
}
.TagClassName
{
border-color: #DAC39F;
}
</style>