Shades of Raffia #DAC596
Tints of Raffia #DAC596
RGB
CMYK
RGB Variations
Color information
#DAC596 (or 0xDAC596) is known color: Raffia. HEX triplet: DA, C5 and 96. RGB value is (218,197,150). Sum of RGB (Red+Green+Blue) = 218+197+150=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC596 is #253A69. Grayscale: #C6C6C6. Windows color (decimal): -2439786 or 9881050. OLE color: 9881050.
HSL color Cylindrical-coordinate representation of color #DAC596: hue angle of 41.47º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAC596 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 150 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.15 |
| HSL | 41.47º | 0.48% | 0.72% | - |
| HSV(B) | 41.47º | 0.31% | 0.85% | - |
| XYZ | 54.38 | 57.04 | 37 | - |
| YUV | 197.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 150 | 0 | 0.10 | 0.31 | 0.15 | 41.47 | 0.48 | 0.72 |
| Hex | DA | C5 | 96 | 0 | A | 1F | F | 29 | 30 | 48 |
| Octal | 332 | 305 | 226 | 0 | 12 | 37 | 17 | 51 | 60 | 110 |
| Binary | 11011010 | 11000101 | 10010110 | 0 | 1010 | 11111 | 1111 | 101001 | 110000 | 1001000 |
Color Harmonies of #DAC596
Complementary color
Monochromatic Colors of #DAC596
Black with #DAC596
Text Example
Text Example
White with #DAC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC596; }
p { color: rgb(218,197,150); }
H1.HeaderClassName
{
color: #DAC596;
}
.AnyTagClassName
{
color: #DAC596;
}
</style>
background-color css
<style>
a { background-color: #DAC596; }
a { background-color: rgb(218,197,150); }
div.DivClassName
{
background-color: #DAC596;
}
.BgClassName
{
background-color: #DAC596;
}
</style>
border-color css
<style>
span { border-color: #DAC596; }
span { border-color: rgb(218,197,150); }
td.TdClassName
{
border-color: #DAC596;
}
.TagClassName
{
border-color: #DAC596;
}
</style>