Shades of Raffia #DAC59C
Tints of Raffia #DAC59C
RGB
CMYK
RGB Variations
Color information
#DAC59C (or 0xDAC59C) is known color: Raffia. HEX triplet: DA, C5 and 9C. RGB value is (218,197,156). Sum of RGB (Red+Green+Blue) = 218+197+156=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC59C is #253A63. Grayscale: #C6C6C6. Windows color (decimal): -2439780 or 10274266. OLE color: 10274266.
HSL color Cylindrical-coordinate representation of color #DAC59C: hue angle of 39.68º 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 #DAC59C is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 156 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.15 |
| HSL | 39.68º | 0.46% | 0.73% | - |
| HSV(B) | 39.68º | 0.28% | 0.85% | - |
| XYZ | 54.88 | 57.24 | 39.61 | - |
| YUV | 198.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 156 | 0 | 0.10 | 0.28 | 0.15 | 39.68 | 0.46 | 0.73 |
| Hex | DA | C5 | 9C | 0 | A | 1C | F | 28 | 2E | 49 |
| Octal | 332 | 305 | 234 | 0 | 12 | 34 | 17 | 50 | 56 | 111 |
| Binary | 11011010 | 11000101 | 10011100 | 0 | 1010 | 11100 | 1111 | 101000 | 101110 | 1001001 |
Color Harmonies of #DAC59C
Complementary color
Monochromatic Colors of #DAC59C
Black with #DAC59C
Text Example
Text Example
White with #DAC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC59C; }
p { color: rgb(218,197,156); }
H1.HeaderClassName
{
color: #DAC59C;
}
.AnyTagClassName
{
color: #DAC59C;
}
</style>
background-color css
<style>
a { background-color: #DAC59C; }
a { background-color: rgb(218,197,156); }
div.DivClassName
{
background-color: #DAC59C;
}
.BgClassName
{
background-color: #DAC59C;
}
</style>
border-color css
<style>
span { border-color: #DAC59C; }
span { border-color: rgb(218,197,156); }
td.TdClassName
{
border-color: #DAC59C;
}
.TagClassName
{
border-color: #DAC59C;
}
</style>