Shades of Feldspar #DA986D
Tints of Feldspar #DA986D
RGB
CMYK
RGB Variations
Color information
#DA986D (or 0xDA986D) is known color: Feldspar. HEX triplet: DA, 98 and 6D. RGB value is (218,152,109). Sum of RGB (Red+Green+Blue) = 218+152+109=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA986D is #256792. Grayscale: #A7A7A7. Windows color (decimal): -2451347 or 7182554. OLE color: 7182554.
HSL color Cylindrical-coordinate representation of color #DA986D: hue angle of 23.67º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA986D is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 109 | - |
| CMYK | 0 | 0.30 | 0.5 | 0.15 |
| HSL | 23.67º | 0.6% | 0.64% | - |
| HSV(B) | 23.67º | 0.5% | 0.85% | - |
| XYZ | 42.9 | 38.47 | 19.63 | - |
| YUV | 166.83 | 95.37 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 109 | 0 | 0.30 | 0.5 | 0.15 | 23.67 | 0.6 | 0.64 |
| Hex | DA | 98 | 6D | 0 | 1E | 32 | F | 18 | 3C | 40 |
| Octal | 332 | 230 | 155 | 0 | 36 | 62 | 17 | 30 | 74 | 100 |
| Binary | 11011010 | 10011000 | 1101101 | 0 | 11110 | 110010 | 1111 | 11000 | 111100 | 1000000 |
Color Harmonies of #DA986D
Complementary color
Monochromatic Colors of #DA986D
Black with #DA986D
Text Example
Text Example
White with #DA986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA986D; }
p { color: rgb(218,152,109); }
H1.HeaderClassName
{
color: #DA986D;
}
.AnyTagClassName
{
color: #DA986D;
}
</style>
background-color css
<style>
a { background-color: #DA986D; }
a { background-color: rgb(218,152,109); }
div.DivClassName
{
background-color: #DA986D;
}
.BgClassName
{
background-color: #DA986D;
}
</style>
border-color css
<style>
span { border-color: #DA986D; }
span { border-color: rgb(218,152,109); }
td.TdClassName
{
border-color: #DA986D;
}
.TagClassName
{
border-color: #DA986D;
}
</style>