Shades of Raffia #DAC8AA
Tints of Raffia #DAC8AA
RGB
CMYK
RGB Variations
Color information
#DAC8AA (or 0xDAC8AA) is known color: Raffia. HEX triplet: DA, C8 and AA. RGB value is (218,200,170). Sum of RGB (Red+Green+Blue) = 218+200+170=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8AA is #253755. Grayscale: #CACACA. Windows color (decimal): -2438998 or 11192538. OLE color: 11192538.
HSL color Cylindrical-coordinate representation of color #DAC8AA: hue angle of 37.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC8AA is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 170 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.15 |
| HSL | 37.5º | 0.39% | 0.76% | - |
| HSV(B) | 37.5º | 0.22% | 0.85% | - |
| XYZ | 56.82 | 59.12 | 46.45 | - |
| YUV | 201.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 170 | 0 | 0.08 | 0.22 | 0.15 | 37.5 | 0.39 | 0.76 |
| Hex | DA | C8 | AA | 0 | 8 | 16 | F | 26 | 27 | 4C |
| Octal | 332 | 310 | 252 | 0 | 10 | 26 | 17 | 46 | 47 | 114 |
| Binary | 11011010 | 11001000 | 10101010 | 0 | 1000 | 10110 | 1111 | 100110 | 100111 | 1001100 |
Color Harmonies of #DAC8AA
Complementary color
Monochromatic Colors of #DAC8AA
Black with #DAC8AA
Text Example
Text Example
White with #DAC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8AA; }
p { color: rgb(218,200,170); }
H1.HeaderClassName
{
color: #DAC8AA;
}
.AnyTagClassName
{
color: #DAC8AA;
}
</style>
background-color css
<style>
a { background-color: #DAC8AA; }
a { background-color: rgb(218,200,170); }
div.DivClassName
{
background-color: #DAC8AA;
}
.BgClassName
{
background-color: #DAC8AA;
}
</style>
border-color css
<style>
span { border-color: #DAC8AA; }
span { border-color: rgb(218,200,170); }
td.TdClassName
{
border-color: #DAC8AA;
}
.TagClassName
{
border-color: #DAC8AA;
}
</style>