Shades of Raffia #DAC9AA
Tints of Raffia #DAC9AA
RGB
CMYK
RGB Variations
Color information
#DAC9AA (or 0xDAC9AA) is known color: Raffia. HEX triplet: DA, C9 and AA. RGB value is (218,201,170). Sum of RGB (Red+Green+Blue) = 218+201+170=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC9AA is #253655. Grayscale: #CACACA. Windows color (decimal): -2438742 or 11192794. OLE color: 11192794.
HSL color Cylindrical-coordinate representation of color #DAC9AA: hue angle of 38.75º 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 #DAC9AA is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 170 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.15 |
| HSL | 38.75º | 0.39% | 0.76% | - |
| HSV(B) | 38.75º | 0.22% | 0.85% | - |
| XYZ | 57.06 | 59.58 | 46.52 | - |
| YUV | 202.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 170 | 0 | 0.08 | 0.22 | 0.15 | 38.75 | 0.39 | 0.76 |
| Hex | DA | C9 | AA | 0 | 8 | 16 | F | 27 | 27 | 4C |
| Octal | 332 | 311 | 252 | 0 | 10 | 26 | 17 | 47 | 47 | 114 |
| Binary | 11011010 | 11001001 | 10101010 | 0 | 1000 | 10110 | 1111 | 100111 | 100111 | 1001100 |
Color Harmonies of #DAC9AA
Complementary color
Monochromatic Colors of #DAC9AA
Black with #DAC9AA
Text Example
Text Example
White with #DAC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9AA; }
p { color: rgb(218,201,170); }
H1.HeaderClassName
{
color: #DAC9AA;
}
.AnyTagClassName
{
color: #DAC9AA;
}
</style>
background-color css
<style>
a { background-color: #DAC9AA; }
a { background-color: rgb(218,201,170); }
div.DivClassName
{
background-color: #DAC9AA;
}
.BgClassName
{
background-color: #DAC9AA;
}
</style>
border-color css
<style>
span { border-color: #DAC9AA; }
span { border-color: rgb(218,201,170); }
td.TdClassName
{
border-color: #DAC9AA;
}
.TagClassName
{
border-color: #DAC9AA;
}
</style>