Shades of Feldspar #DA987A
Tints of Feldspar #DA987A
RGB
CMYK
RGB Variations
Color information
#DA987A (or 0xDA987A) is known color: Feldspar. HEX triplet: DA, 98 and 7A. RGB value is (218,152,122). Sum of RGB (Red+Green+Blue) = 218+152+122=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA987A is #256785. Grayscale: #A8A8A8. Windows color (decimal): -2451334 or 8034522. OLE color: 8034522.
HSL color Cylindrical-coordinate representation of color #DA987A: hue angle of 18.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA987A is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 122 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.15 |
| HSL | 18.75º | 0.56% | 0.67% | - |
| HSV(B) | 18.75º | 0.44% | 0.85% | - |
| XYZ | 43.65 | 38.77 | 23.59 | - |
| YUV | 168.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 122 | 0 | 0.30 | 0.44 | 0.15 | 18.75 | 0.56 | 0.67 |
| Hex | DA | 98 | 7A | 0 | 1E | 2C | F | 13 | 38 | 43 |
| Octal | 332 | 230 | 172 | 0 | 36 | 54 | 17 | 23 | 70 | 103 |
| Binary | 11011010 | 10011000 | 1111010 | 0 | 11110 | 101100 | 1111 | 10011 | 111000 | 1000011 |
Color Harmonies of #DA987A
Complementary color
Monochromatic Colors of #DA987A
Black with #DA987A
Text Example
Text Example
White with #DA987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA987A; }
p { color: rgb(218,152,122); }
H1.HeaderClassName
{
color: #DA987A;
}
.AnyTagClassName
{
color: #DA987A;
}
</style>
background-color css
<style>
a { background-color: #DA987A; }
a { background-color: rgb(218,152,122); }
div.DivClassName
{
background-color: #DA987A;
}
.BgClassName
{
background-color: #DA987A;
}
</style>
border-color css
<style>
span { border-color: #DA987A; }
span { border-color: rgb(218,152,122); }
td.TdClassName
{
border-color: #DA987A;
}
.TagClassName
{
border-color: #DA987A;
}
</style>