Shades of Raffia #DAC29B
Tints of Raffia #DAC29B
RGB
CMYK
RGB Variations
Color information
#DAC29B (or 0xDAC29B) is known color: Raffia. HEX triplet: DA, C2 and 9B. RGB value is (218,194,155). Sum of RGB (Red+Green+Blue) = 218+194+155=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC29B is #253D64. Grayscale: #C4C4C4. Windows color (decimal): -2440549 or 10207962. OLE color: 10207962.
HSL color Cylindrical-coordinate representation of color #DAC29B: hue angle of 37.14º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAC29B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 155 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.15 |
| HSL | 37.14º | 0.46% | 0.73% | - |
| HSV(B) | 37.14º | 0.29% | 0.85% | - |
| XYZ | 54.12 | 55.86 | 38.94 | - |
| YUV | 196.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 155 | 0 | 0.11 | 0.29 | 0.15 | 37.14 | 0.46 | 0.73 |
| Hex | DA | C2 | 9B | 0 | B | 1D | F | 25 | 2E | 49 |
| Octal | 332 | 302 | 233 | 0 | 13 | 35 | 17 | 45 | 56 | 111 |
| Binary | 11011010 | 11000010 | 10011011 | 0 | 1011 | 11101 | 1111 | 100101 | 101110 | 1001001 |
Color Harmonies of #DAC29B
Complementary color
Monochromatic Colors of #DAC29B
Black with #DAC29B
Text Example
Text Example
White with #DAC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC29B; }
p { color: rgb(218,194,155); }
H1.HeaderClassName
{
color: #DAC29B;
}
.AnyTagClassName
{
color: #DAC29B;
}
</style>
background-color css
<style>
a { background-color: #DAC29B; }
a { background-color: rgb(218,194,155); }
div.DivClassName
{
background-color: #DAC29B;
}
.BgClassName
{
background-color: #DAC29B;
}
</style>
border-color css
<style>
span { border-color: #DAC29B; }
span { border-color: rgb(218,194,155); }
td.TdClassName
{
border-color: #DAC29B;
}
.TagClassName
{
border-color: #DAC29B;
}
</style>