Shades of Feldspar #D7987A
Tints of Feldspar #D7987A
RGB
CMYK
RGB Variations
Color information
#D7987A (or 0xD7987A) is known color: Feldspar. HEX triplet: D7, 98 and 7A. RGB value is (215,152,122). Sum of RGB (Red+Green+Blue) = 215+152+122=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7987A is #286785. Grayscale: #A7A7A7. Windows color (decimal): -2647942 or 8034519. OLE color: 8034519.
HSL color Cylindrical-coordinate representation of color #D7987A: hue angle of 19.35º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7987A is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 122 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.16 |
| HSL | 19.35º | 0.54% | 0.66% | - |
| HSV(B) | 19.35º | 0.43% | 0.84% | - |
| XYZ | 42.77 | 38.31 | 23.55 | - |
| YUV | 167.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 122 | 0 | 0.29 | 0.43 | 0.16 | 19.35 | 0.54 | 0.66 |
| Hex | D7 | 98 | 7A | 0 | 1D | 2B | 10 | 13 | 36 | 42 |
| Octal | 327 | 230 | 172 | 0 | 35 | 53 | 20 | 23 | 66 | 102 |
| Binary | 11010111 | 10011000 | 1111010 | 0 | 11101 | 101011 | 10000 | 10011 | 110110 | 1000010 |
Color Harmonies of #D7987A
Complementary color
Monochromatic Colors of #D7987A
Black with #D7987A
Text Example
Text Example
White with #D7987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7987A; }
p { color: rgb(215,152,122); }
H1.HeaderClassName
{
color: #D7987A;
}
.AnyTagClassName
{
color: #D7987A;
}
</style>
background-color css
<style>
a { background-color: #D7987A; }
a { background-color: rgb(215,152,122); }
div.DivClassName
{
background-color: #D7987A;
}
.BgClassName
{
background-color: #D7987A;
}
</style>
border-color css
<style>
span { border-color: #D7987A; }
span { border-color: rgb(215,152,122); }
td.TdClassName
{
border-color: #D7987A;
}
.TagClassName
{
border-color: #D7987A;
}
</style>