Shades of Raffia #DAC89D
Tints of Raffia #DAC89D
RGB
CMYK
RGB Variations
Color information
#DAC89D (or 0xDAC89D) is known color: Raffia. HEX triplet: DA, C8 and 9D. RGB value is (218,200,157). Sum of RGB (Red+Green+Blue) = 218+200+157=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC89D is #253762. Grayscale: #C8C8C8. Windows color (decimal): -2439011 or 10340570. OLE color: 10340570.
HSL color Cylindrical-coordinate representation of color #DAC89D: hue angle of 42.3º 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 #DAC89D is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 157 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.15 |
| HSL | 42.3º | 0.45% | 0.74% | - |
| HSV(B) | 42.3º | 0.28% | 0.85% | - |
| XYZ | 55.65 | 58.65 | 40.29 | - |
| YUV | 200.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 157 | 0 | 0.08 | 0.28 | 0.15 | 42.3 | 0.45 | 0.74 |
| Hex | DA | C8 | 9D | 0 | 8 | 1C | F | 2A | 2D | 4A |
| Octal | 332 | 310 | 235 | 0 | 10 | 34 | 17 | 52 | 55 | 112 |
| Binary | 11011010 | 11001000 | 10011101 | 0 | 1000 | 11100 | 1111 | 101010 | 101101 | 1001010 |
Color Harmonies of #DAC89D
Complementary color
Monochromatic Colors of #DAC89D
Black with #DAC89D
Text Example
Text Example
White with #DAC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC89D; }
p { color: rgb(218,200,157); }
H1.HeaderClassName
{
color: #DAC89D;
}
.AnyTagClassName
{
color: #DAC89D;
}
</style>
background-color css
<style>
a { background-color: #DAC89D; }
a { background-color: rgb(218,200,157); }
div.DivClassName
{
background-color: #DAC89D;
}
.BgClassName
{
background-color: #DAC89D;
}
</style>
border-color css
<style>
span { border-color: #DAC89D; }
span { border-color: rgb(218,200,157); }
td.TdClassName
{
border-color: #DAC89D;
}
.TagClassName
{
border-color: #DAC89D;
}
</style>