Shades of Raffia #DAC09D
Tints of Raffia #DAC09D
RGB
CMYK
RGB Variations
Color information
#DAC09D (or 0xDAC09D) is known color: Raffia. HEX triplet: DA, C0 and 9D. RGB value is (218,192,157). Sum of RGB (Red+Green+Blue) = 218+192+157=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC09D is #253F62. Grayscale: #C3C3C3. Windows color (decimal): -2441059 or 10338522. OLE color: 10338522.
HSL color Cylindrical-coordinate representation of color #DAC09D: hue angle of 34.43º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAC09D is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 157 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.15 |
| HSL | 34.43º | 0.45% | 0.74% | - |
| HSV(B) | 34.43º | 0.28% | 0.85% | - |
| XYZ | 53.85 | 55.04 | 39.68 | - |
| YUV | 195.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 157 | 0 | 0.12 | 0.28 | 0.15 | 34.43 | 0.45 | 0.74 |
| Hex | DA | C0 | 9D | 0 | C | 1C | F | 22 | 2D | 4A |
| Octal | 332 | 300 | 235 | 0 | 14 | 34 | 17 | 42 | 55 | 112 |
| Binary | 11011010 | 11000000 | 10011101 | 0 | 1100 | 11100 | 1111 | 100010 | 101101 | 1001010 |
Color Harmonies of #DAC09D
Complementary color
Monochromatic Colors of #DAC09D
Black with #DAC09D
Text Example
Text Example
White with #DAC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC09D; }
p { color: rgb(218,192,157); }
H1.HeaderClassName
{
color: #DAC09D;
}
.AnyTagClassName
{
color: #DAC09D;
}
</style>
background-color css
<style>
a { background-color: #DAC09D; }
a { background-color: rgb(218,192,157); }
div.DivClassName
{
background-color: #DAC09D;
}
.BgClassName
{
background-color: #DAC09D;
}
</style>
border-color css
<style>
span { border-color: #DAC09D; }
span { border-color: rgb(218,192,157); }
td.TdClassName
{
border-color: #DAC09D;
}
.TagClassName
{
border-color: #DAC09D;
}
</style>