Shades of Raffia #DAC49B
Tints of Raffia #DAC49B
RGB
CMYK
RGB Variations
Color information
#DAC49B (or 0xDAC49B) is known color: Raffia. HEX triplet: DA, C4 and 9B. RGB value is (218,196,155). Sum of RGB (Red+Green+Blue) = 218+196+155=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC49B is #253B64. Grayscale: #C6C6C6. Windows color (decimal): -2440037 or 10208474. OLE color: 10208474.
HSL color Cylindrical-coordinate representation of color #DAC49B: hue angle of 39.05º 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 #DAC49B is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 155 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.15 |
| HSL | 39.05º | 0.46% | 0.73% | - |
| HSV(B) | 39.05º | 0.29% | 0.85% | - |
| XYZ | 54.57 | 56.75 | 39.09 | - |
| YUV | 197.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 155 | 0 | 0.10 | 0.29 | 0.15 | 39.05 | 0.46 | 0.73 |
| Hex | DA | C4 | 9B | 0 | A | 1D | F | 27 | 2E | 49 |
| Octal | 332 | 304 | 233 | 0 | 12 | 35 | 17 | 47 | 56 | 111 |
| Binary | 11011010 | 11000100 | 10011011 | 0 | 1010 | 11101 | 1111 | 100111 | 101110 | 1001001 |
Color Harmonies of #DAC49B
Complementary color
Monochromatic Colors of #DAC49B
Black with #DAC49B
Text Example
Text Example
White with #DAC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC49B; }
p { color: rgb(218,196,155); }
H1.HeaderClassName
{
color: #DAC49B;
}
.AnyTagClassName
{
color: #DAC49B;
}
</style>
background-color css
<style>
a { background-color: #DAC49B; }
a { background-color: rgb(218,196,155); }
div.DivClassName
{
background-color: #DAC49B;
}
.BgClassName
{
background-color: #DAC49B;
}
</style>
border-color css
<style>
span { border-color: #DAC49B; }
span { border-color: rgb(218,196,155); }
td.TdClassName
{
border-color: #DAC49B;
}
.TagClassName
{
border-color: #DAC49B;
}
</style>