Shades of Raffia #DAC19D
Tints of Raffia #DAC19D
RGB
CMYK
RGB Variations
Color information
#DAC19D (or 0xDAC19D) is known color: Raffia. HEX triplet: DA, C1 and 9D. RGB value is (218,193,157). Sum of RGB (Red+Green+Blue) = 218+193+157=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC19D is #253E62. Grayscale: #C4C4C4. Windows color (decimal): -2440803 or 10338778. OLE color: 10338778.
HSL color Cylindrical-coordinate representation of color #DAC19D: hue angle of 35.41º 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 #DAC19D is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 157 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.15 |
| HSL | 35.41º | 0.45% | 0.74% | - |
| HSV(B) | 35.41º | 0.28% | 0.85% | - |
| XYZ | 54.07 | 55.48 | 39.76 | - |
| YUV | 196.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 157 | 0 | 0.11 | 0.28 | 0.15 | 35.41 | 0.45 | 0.74 |
| Hex | DA | C1 | 9D | 0 | B | 1C | F | 23 | 2D | 4A |
| Octal | 332 | 301 | 235 | 0 | 13 | 34 | 17 | 43 | 55 | 112 |
| Binary | 11011010 | 11000001 | 10011101 | 0 | 1011 | 11100 | 1111 | 100011 | 101101 | 1001010 |
Color Harmonies of #DAC19D
Complementary color
Monochromatic Colors of #DAC19D
Black with #DAC19D
Text Example
Text Example
White with #DAC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC19D; }
p { color: rgb(218,193,157); }
H1.HeaderClassName
{
color: #DAC19D;
}
.AnyTagClassName
{
color: #DAC19D;
}
</style>
background-color css
<style>
a { background-color: #DAC19D; }
a { background-color: rgb(218,193,157); }
div.DivClassName
{
background-color: #DAC19D;
}
.BgClassName
{
background-color: #DAC19D;
}
</style>
border-color css
<style>
span { border-color: #DAC19D; }
span { border-color: rgb(218,193,157); }
td.TdClassName
{
border-color: #DAC19D;
}
.TagClassName
{
border-color: #DAC19D;
}
</style>