Shades of Raffia #DAC29F
Tints of Raffia #DAC29F
RGB
CMYK
RGB Variations
Color information
#DAC29F (or 0xDAC29F) is known color: Raffia. HEX triplet: DA, C2 and 9F. RGB value is (218,194,159). Sum of RGB (Red+Green+Blue) = 218+194+159=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC29F is #253D60. Grayscale: #C5C5C5. Windows color (decimal): -2440545 or 10470106. OLE color: 10470106.
HSL color Cylindrical-coordinate representation of color #DAC29F: hue angle of 35.59º 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 #DAC29F is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 159 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.15 |
| HSL | 35.59º | 0.44% | 0.74% | - |
| HSV(B) | 35.59º | 0.27% | 0.85% | - |
| XYZ | 54.46 | 55.99 | 40.74 | - |
| YUV | 197.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 159 | 0 | 0.11 | 0.27 | 0.15 | 35.59 | 0.44 | 0.74 |
| Hex | DA | C2 | 9F | 0 | B | 1B | F | 24 | 2C | 4A |
| Octal | 332 | 302 | 237 | 0 | 13 | 33 | 17 | 44 | 54 | 112 |
| Binary | 11011010 | 11000010 | 10011111 | 0 | 1011 | 11011 | 1111 | 100100 | 101100 | 1001010 |
Color Harmonies of #DAC29F
Complementary color
Monochromatic Colors of #DAC29F
Black with #DAC29F
Text Example
Text Example
White with #DAC29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC29F; }
p { color: rgb(218,194,159); }
H1.HeaderClassName
{
color: #DAC29F;
}
.AnyTagClassName
{
color: #DAC29F;
}
</style>
background-color css
<style>
a { background-color: #DAC29F; }
a { background-color: rgb(218,194,159); }
div.DivClassName
{
background-color: #DAC29F;
}
.BgClassName
{
background-color: #DAC29F;
}
</style>
border-color css
<style>
span { border-color: #DAC29F; }
span { border-color: rgb(218,194,159); }
td.TdClassName
{
border-color: #DAC29F;
}
.TagClassName
{
border-color: #DAC29F;
}
</style>