Shades of Raffia #DAC29C
Tints of Raffia #DAC29C
RGB
CMYK
RGB Variations
Color information
#DAC29C (or 0xDAC29C) is known color: Raffia. HEX triplet: DA, C2 and 9C. RGB value is (218,194,156). Sum of RGB (Red+Green+Blue) = 218+194+156=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC29C is #253D63. Grayscale: #C5C5C5. Windows color (decimal): -2440548 or 10273498. OLE color: 10273498.
HSL color Cylindrical-coordinate representation of color #DAC29C: hue angle of 36.77º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAC29C is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 156 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.15 |
| HSL | 36.77º | 0.46% | 0.73% | - |
| HSV(B) | 36.77º | 0.28% | 0.85% | - |
| XYZ | 54.21 | 55.89 | 39.38 | - |
| YUV | 196.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 156 | 0 | 0.11 | 0.28 | 0.15 | 36.77 | 0.46 | 0.73 |
| Hex | DA | C2 | 9C | 0 | B | 1C | F | 25 | 2E | 49 |
| Octal | 332 | 302 | 234 | 0 | 13 | 34 | 17 | 45 | 56 | 111 |
| Binary | 11011010 | 11000010 | 10011100 | 0 | 1011 | 11100 | 1111 | 100101 | 101110 | 1001001 |
Color Harmonies of #DAC29C
Complementary color
Monochromatic Colors of #DAC29C
Black with #DAC29C
Text Example
Text Example
White with #DAC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC29C; }
p { color: rgb(218,194,156); }
H1.HeaderClassName
{
color: #DAC29C;
}
.AnyTagClassName
{
color: #DAC29C;
}
</style>
background-color css
<style>
a { background-color: #DAC29C; }
a { background-color: rgb(218,194,156); }
div.DivClassName
{
background-color: #DAC29C;
}
.BgClassName
{
background-color: #DAC29C;
}
</style>
border-color css
<style>
span { border-color: #DAC29C; }
span { border-color: rgb(218,194,156); }
td.TdClassName
{
border-color: #DAC29C;
}
.TagClassName
{
border-color: #DAC29C;
}
</style>