Shades of Raffia #DAC49C
Tints of Raffia #DAC49C
RGB
CMYK
RGB Variations
Color information
#DAC49C (or 0xDAC49C) is known color: Raffia. HEX triplet: DA, C4 and 9C. RGB value is (218,196,156). Sum of RGB (Red+Green+Blue) = 218+196+156=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC49C is #253B63. Grayscale: #C6C6C6. Windows color (decimal): -2440036 or 10274010. OLE color: 10274010.
HSL color Cylindrical-coordinate representation of color #DAC49C: hue angle of 38.71º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAC49C is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 156 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.15 |
| HSL | 38.71º | 0.46% | 0.73% | - |
| HSV(B) | 38.71º | 0.28% | 0.85% | - |
| XYZ | 54.65 | 56.79 | 39.53 | - |
| YUV | 198.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 156 | 0 | 0.10 | 0.28 | 0.15 | 38.71 | 0.46 | 0.73 |
| Hex | DA | C4 | 9C | 0 | A | 1C | F | 27 | 2E | 49 |
| Octal | 332 | 304 | 234 | 0 | 12 | 34 | 17 | 47 | 56 | 111 |
| Binary | 11011010 | 11000100 | 10011100 | 0 | 1010 | 11100 | 1111 | 100111 | 101110 | 1001001 |
Color Harmonies of #DAC49C
Complementary color
Monochromatic Colors of #DAC49C
Black with #DAC49C
Text Example
Text Example
White with #DAC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC49C; }
p { color: rgb(218,196,156); }
H1.HeaderClassName
{
color: #DAC49C;
}
.AnyTagClassName
{
color: #DAC49C;
}
</style>
background-color css
<style>
a { background-color: #DAC49C; }
a { background-color: rgb(218,196,156); }
div.DivClassName
{
background-color: #DAC49C;
}
.BgClassName
{
background-color: #DAC49C;
}
</style>
border-color css
<style>
span { border-color: #DAC49C; }
span { border-color: rgb(218,196,156); }
td.TdClassName
{
border-color: #DAC49C;
}
.TagClassName
{
border-color: #DAC49C;
}
</style>