Shades of Raffia #DAC193
Tints of Raffia #DAC193
RGB
CMYK
RGB Variations
Color information
#DAC193 (or 0xDAC193) is known color: Raffia. HEX triplet: DA, C1 and 93. RGB value is (218,193,147). Sum of RGB (Red+Green+Blue) = 218+193+147=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC193 is #253E6C. Grayscale: #C3C3C3. Windows color (decimal): -2440813 or 9683418. OLE color: 9683418.
HSL color Cylindrical-coordinate representation of color #DAC193: hue angle of 38.87º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAC193 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 147 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.15 |
| HSL | 38.87º | 0.49% | 0.72% | - |
| HSV(B) | 38.87º | 0.33% | 0.85% | - |
| XYZ | 53.25 | 55.15 | 35.44 | - |
| YUV | 195.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 147 | 0 | 0.11 | 0.33 | 0.15 | 38.87 | 0.49 | 0.72 |
| Hex | DA | C1 | 93 | 0 | B | 21 | F | 27 | 31 | 48 |
| Octal | 332 | 301 | 223 | 0 | 13 | 41 | 17 | 47 | 61 | 110 |
| Binary | 11011010 | 11000001 | 10010011 | 0 | 1011 | 100001 | 1111 | 100111 | 110001 | 1001000 |
Color Harmonies of #DAC193
Complementary color
Monochromatic Colors of #DAC193
Black with #DAC193
Text Example
Text Example
White with #DAC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC193; }
p { color: rgb(218,193,147); }
H1.HeaderClassName
{
color: #DAC193;
}
.AnyTagClassName
{
color: #DAC193;
}
</style>
background-color css
<style>
a { background-color: #DAC193; }
a { background-color: rgb(218,193,147); }
div.DivClassName
{
background-color: #DAC193;
}
.BgClassName
{
background-color: #DAC193;
}
</style>
border-color css
<style>
span { border-color: #DAC193; }
span { border-color: rgb(218,193,147); }
td.TdClassName
{
border-color: #DAC193;
}
.TagClassName
{
border-color: #DAC193;
}
</style>