Shades of Raffia #DAC096
Tints of Raffia #DAC096
RGB
CMYK
RGB Variations
Color information
#DAC096 (or 0xDAC096) is known color: Raffia. HEX triplet: DA, C0 and 96. RGB value is (218,192,150). Sum of RGB (Red+Green+Blue) = 218+192+150=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC096 is #253F69. Grayscale: #C3C3C3. Windows color (decimal): -2441066 or 9879770. OLE color: 9879770.
HSL color Cylindrical-coordinate representation of color #DAC096: hue angle of 37.06º 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 #DAC096 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 150 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.15 |
| HSL | 37.06º | 0.48% | 0.72% | - |
| HSV(B) | 37.06º | 0.31% | 0.85% | - |
| XYZ | 53.27 | 54.81 | 36.63 | - |
| YUV | 194.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 150 | 0 | 0.12 | 0.31 | 0.15 | 37.06 | 0.48 | 0.72 |
| Hex | DA | C0 | 96 | 0 | C | 1F | F | 25 | 30 | 48 |
| Octal | 332 | 300 | 226 | 0 | 14 | 37 | 17 | 45 | 60 | 110 |
| Binary | 11011010 | 11000000 | 10010110 | 0 | 1100 | 11111 | 1111 | 100101 | 110000 | 1001000 |
Color Harmonies of #DAC096
Complementary color
Monochromatic Colors of #DAC096
Black with #DAC096
Text Example
Text Example
White with #DAC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC096; }
p { color: rgb(218,192,150); }
H1.HeaderClassName
{
color: #DAC096;
}
.AnyTagClassName
{
color: #DAC096;
}
</style>
background-color css
<style>
a { background-color: #DAC096; }
a { background-color: rgb(218,192,150); }
div.DivClassName
{
background-color: #DAC096;
}
.BgClassName
{
background-color: #DAC096;
}
</style>
border-color css
<style>
span { border-color: #DAC096; }
span { border-color: rgb(218,192,150); }
td.TdClassName
{
border-color: #DAC096;
}
.TagClassName
{
border-color: #DAC096;
}
</style>