Shades of Raffia #DAC99E
Tints of Raffia #DAC99E
RGB
CMYK
RGB Variations
Color information
#DAC99E (or 0xDAC99E) is known color: Raffia. HEX triplet: DA, C9 and 9E. RGB value is (218,201,158). Sum of RGB (Red+Green+Blue) = 218+201+158=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC99E is #253661. Grayscale: #C9C9C9. Windows color (decimal): -2438754 or 10406362. OLE color: 10406362.
HSL color Cylindrical-coordinate representation of color #DAC99E: hue angle of 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 #DAC99E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 158 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.15 |
| HSL | 43º | 0.45% | 0.74% | - |
| HSV(B) | 43º | 0.28% | 0.85% | - |
| XYZ | 55.97 | 59.15 | 40.81 | - |
| YUV | 201.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 158 | 0 | 0.08 | 0.28 | 0.15 | 43 | 0.45 | 0.74 |
| Hex | DA | C9 | 9E | 0 | 8 | 1C | F | 2B | 2D | 4A |
| Octal | 332 | 311 | 236 | 0 | 10 | 34 | 17 | 53 | 55 | 112 |
| Binary | 11011010 | 11001001 | 10011110 | 0 | 1000 | 11100 | 1111 | 101011 | 101101 | 1001010 |
Color Harmonies of #DAC99E
Complementary color
Monochromatic Colors of #DAC99E
Black with #DAC99E
Text Example
Text Example
White with #DAC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC99E; }
p { color: rgb(218,201,158); }
H1.HeaderClassName
{
color: #DAC99E;
}
.AnyTagClassName
{
color: #DAC99E;
}
</style>
background-color css
<style>
a { background-color: #DAC99E; }
a { background-color: rgb(218,201,158); }
div.DivClassName
{
background-color: #DAC99E;
}
.BgClassName
{
background-color: #DAC99E;
}
</style>
border-color css
<style>
span { border-color: #DAC99E; }
span { border-color: rgb(218,201,158); }
td.TdClassName
{
border-color: #DAC99E;
}
.TagClassName
{
border-color: #DAC99E;
}
</style>