Shades of Feldspar #DA986E
Tints of Feldspar #DA986E
RGB
CMYK
RGB Variations
Color information
#DA986E (or 0xDA986E) is known color: Feldspar. HEX triplet: DA, 98 and 6E. RGB value is (218,152,110). Sum of RGB (Red+Green+Blue) = 218+152+110=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA986E is #256791. Grayscale: #A7A7A7. Windows color (decimal): -2451346 or 7248090. OLE color: 7248090.
HSL color Cylindrical-coordinate representation of color #DA986E: hue angle of 23.33º degrees, saturation: 0.59, 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 #DA986E is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 110 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.15 |
| HSL | 23.33º | 0.59% | 0.64% | - |
| HSV(B) | 23.33º | 0.5% | 0.85% | - |
| XYZ | 42.96 | 38.49 | 19.92 | - |
| YUV | 166.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 110 | 0 | 0.30 | 0.50 | 0.15 | 23.33 | 0.59 | 0.64 |
| Hex | DA | 98 | 6E | 0 | 1E | 32 | F | 17 | 3B | 40 |
| Octal | 332 | 230 | 156 | 0 | 36 | 62 | 17 | 27 | 73 | 100 |
| Binary | 11011010 | 10011000 | 1101110 | 0 | 11110 | 110010 | 1111 | 10111 | 111011 | 1000000 |
Color Harmonies of #DA986E
Complementary color
Monochromatic Colors of #DA986E
Black with #DA986E
Text Example
Text Example
White with #DA986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA986E; }
p { color: rgb(218,152,110); }
H1.HeaderClassName
{
color: #DA986E;
}
.AnyTagClassName
{
color: #DA986E;
}
</style>
background-color css
<style>
a { background-color: #DA986E; }
a { background-color: rgb(218,152,110); }
div.DivClassName
{
background-color: #DA986E;
}
.BgClassName
{
background-color: #DA986E;
}
</style>
border-color css
<style>
span { border-color: #DA986E; }
span { border-color: rgb(218,152,110); }
td.TdClassName
{
border-color: #DA986E;
}
.TagClassName
{
border-color: #DA986E;
}
</style>