Shades of Raffia #DAC299
Tints of Raffia #DAC299
RGB
CMYK
RGB Variations
Color information
#DAC299 (or 0xDAC299) is known color: Raffia. HEX triplet: DA, C2 and 99. RGB value is (218,194,153). Sum of RGB (Red+Green+Blue) = 218+194+153=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC299 is #253D66. Grayscale: #C4C4C4. Windows color (decimal): -2440551 or 10076890. OLE color: 10076890.
HSL color Cylindrical-coordinate representation of color #DAC299: hue angle of 37.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAC299 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 153 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.15 |
| HSL | 37.85º | 0.47% | 0.73% | - |
| HSV(B) | 37.85º | 0.3% | 0.85% | - |
| XYZ | 53.96 | 55.79 | 38.06 | - |
| YUV | 196.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 153 | 0 | 0.11 | 0.30 | 0.15 | 37.85 | 0.47 | 0.73 |
| Hex | DA | C2 | 99 | 0 | B | 1E | F | 26 | 2F | 49 |
| Octal | 332 | 302 | 231 | 0 | 13 | 36 | 17 | 46 | 57 | 111 |
| Binary | 11011010 | 11000010 | 10011001 | 0 | 1011 | 11110 | 1111 | 100110 | 101111 | 1001001 |
Color Harmonies of #DAC299
Complementary color
Monochromatic Colors of #DAC299
Black with #DAC299
Text Example
Text Example
White with #DAC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC299; }
p { color: rgb(218,194,153); }
H1.HeaderClassName
{
color: #DAC299;
}
.AnyTagClassName
{
color: #DAC299;
}
</style>
background-color css
<style>
a { background-color: #DAC299; }
a { background-color: rgb(218,194,153); }
div.DivClassName
{
background-color: #DAC299;
}
.BgClassName
{
background-color: #DAC299;
}
</style>
border-color css
<style>
span { border-color: #DAC299; }
span { border-color: rgb(218,194,153); }
td.TdClassName
{
border-color: #DAC299;
}
.TagClassName
{
border-color: #DAC299;
}
</style>