Shades of Raffia #DAC19B
Tints of Raffia #DAC19B
RGB
CMYK
RGB Variations
Color information
#DAC19B (or 0xDAC19B) is known color: Raffia. HEX triplet: DA, C1 and 9B. RGB value is (218,193,155). Sum of RGB (Red+Green+Blue) = 218+193+155=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC19B is #253E64. Grayscale: #C4C4C4. Windows color (decimal): -2440805 or 10207706. OLE color: 10207706.
HSL color Cylindrical-coordinate representation of color #DAC19B: hue angle of 36.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAC19B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 155 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.15 |
| HSL | 36.19º | 0.46% | 0.73% | - |
| HSV(B) | 36.19º | 0.29% | 0.85% | - |
| XYZ | 53.9 | 55.41 | 38.87 | - |
| YUV | 196.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 155 | 0 | 0.11 | 0.29 | 0.15 | 36.19 | 0.46 | 0.73 |
| Hex | DA | C1 | 9B | 0 | B | 1D | F | 24 | 2E | 49 |
| Octal | 332 | 301 | 233 | 0 | 13 | 35 | 17 | 44 | 56 | 111 |
| Binary | 11011010 | 11000001 | 10011011 | 0 | 1011 | 11101 | 1111 | 100100 | 101110 | 1001001 |
Color Harmonies of #DAC19B
Complementary color
Monochromatic Colors of #DAC19B
Black with #DAC19B
Text Example
Text Example
White with #DAC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC19B; }
p { color: rgb(218,193,155); }
H1.HeaderClassName
{
color: #DAC19B;
}
.AnyTagClassName
{
color: #DAC19B;
}
</style>
background-color css
<style>
a { background-color: #DAC19B; }
a { background-color: rgb(218,193,155); }
div.DivClassName
{
background-color: #DAC19B;
}
.BgClassName
{
background-color: #DAC19B;
}
</style>
border-color css
<style>
span { border-color: #DAC19B; }
span { border-color: rgb(218,193,155); }
td.TdClassName
{
border-color: #DAC19B;
}
.TagClassName
{
border-color: #DAC19B;
}
</style>