Shades of Raffia #DAC89C
Tints of Raffia #DAC89C
RGB
CMYK
RGB Variations
Color information
#DAC89C (or 0xDAC89C) is known color: Raffia. HEX triplet: DA, C8 and 9C. RGB value is (218,200,156). Sum of RGB (Red+Green+Blue) = 218+200+156=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC89C is #253763. Grayscale: #C8C8C8. Windows color (decimal): -2439012 or 10275034. OLE color: 10275034.
HSL color Cylindrical-coordinate representation of color #DAC89C: hue angle of 42.58º 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 #DAC89C is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 156 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.15 |
| HSL | 42.58º | 0.46% | 0.73% | - |
| HSV(B) | 42.58º | 0.28% | 0.85% | - |
| XYZ | 55.57 | 58.61 | 39.84 | - |
| YUV | 200.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 156 | 0 | 0.08 | 0.28 | 0.15 | 42.58 | 0.46 | 0.73 |
| Hex | DA | C8 | 9C | 0 | 8 | 1C | F | 2B | 2E | 49 |
| Octal | 332 | 310 | 234 | 0 | 10 | 34 | 17 | 53 | 56 | 111 |
| Binary | 11011010 | 11001000 | 10011100 | 0 | 1000 | 11100 | 1111 | 101011 | 101110 | 1001001 |
Color Harmonies of #DAC89C
Complementary color
Monochromatic Colors of #DAC89C
Black with #DAC89C
Text Example
Text Example
White with #DAC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC89C; }
p { color: rgb(218,200,156); }
H1.HeaderClassName
{
color: #DAC89C;
}
.AnyTagClassName
{
color: #DAC89C;
}
</style>
background-color css
<style>
a { background-color: #DAC89C; }
a { background-color: rgb(218,200,156); }
div.DivClassName
{
background-color: #DAC89C;
}
.BgClassName
{
background-color: #DAC89C;
}
</style>
border-color css
<style>
span { border-color: #DAC89C; }
span { border-color: rgb(218,200,156); }
td.TdClassName
{
border-color: #DAC89C;
}
.TagClassName
{
border-color: #DAC89C;
}
</style>