Shades of Feldspar #DA987F
Tints of Feldspar #DA987F
RGB
CMYK
RGB Variations
Color information
#DA987F (or 0xDA987F) is known color: Feldspar. HEX triplet: DA, 98 and 7F. RGB value is (218,152,127). Sum of RGB (Red+Green+Blue) = 218+152+127=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA987F is #256780. Grayscale: #A9A9A9. Windows color (decimal): -2451329 or 8362202. OLE color: 8362202.
HSL color Cylindrical-coordinate representation of color #DA987F: hue angle of 16.48º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA987F is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 127 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.15 |
| HSL | 16.48º | 0.55% | 0.68% | - |
| HSV(B) | 16.48º | 0.42% | 0.85% | - |
| XYZ | 43.97 | 38.89 | 25.27 | - |
| YUV | 168.88 | 104.37 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 127 | 0 | 0.30 | 0.42 | 0.15 | 16.48 | 0.55 | 0.68 |
| Hex | DA | 98 | 7F | 0 | 1E | 2A | F | 10 | 37 | 44 |
| Octal | 332 | 230 | 177 | 0 | 36 | 52 | 17 | 20 | 67 | 104 |
| Binary | 11011010 | 10011000 | 1111111 | 0 | 11110 | 101010 | 1111 | 10000 | 110111 | 1000100 |
Color Harmonies of #DA987F
Complementary color
Monochromatic Colors of #DA987F
Black with #DA987F
Text Example
Text Example
White with #DA987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA987F; }
p { color: rgb(218,152,127); }
H1.HeaderClassName
{
color: #DA987F;
}
.AnyTagClassName
{
color: #DA987F;
}
</style>
background-color css
<style>
a { background-color: #DA987F; }
a { background-color: rgb(218,152,127); }
div.DivClassName
{
background-color: #DA987F;
}
.BgClassName
{
background-color: #DA987F;
}
</style>
border-color css
<style>
span { border-color: #DA987F; }
span { border-color: rgb(218,152,127); }
td.TdClassName
{
border-color: #DA987F;
}
.TagClassName
{
border-color: #DA987F;
}
</style>