Shades of Feldspar #D4987F
Tints of Feldspar #D4987F
RGB
CMYK
RGB Variations
Color information
#D4987F (or 0xD4987F) is known color: Feldspar. HEX triplet: D4, 98 and 7F. RGB value is (212,152,127). Sum of RGB (Red+Green+Blue) = 212+152+127=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4987F is #2B6780. Grayscale: #A7A7A7. Windows color (decimal): -2844545 or 8362196. OLE color: 8362196.
HSL color Cylindrical-coordinate representation of color #D4987F: hue angle of 17.65º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4987F is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 127 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.17 |
| HSL | 17.65º | 0.5% | 0.66% | - |
| HSV(B) | 17.65º | 0.4% | 0.83% | - |
| XYZ | 42.21 | 37.99 | 25.19 | - |
| YUV | 167.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 127 | 0 | 0.28 | 0.40 | 0.17 | 17.65 | 0.5 | 0.66 |
| Hex | D4 | 98 | 7F | 0 | 1C | 28 | 11 | 12 | 32 | 42 |
| Octal | 324 | 230 | 177 | 0 | 34 | 50 | 21 | 22 | 62 | 102 |
| Binary | 11010100 | 10011000 | 1111111 | 0 | 11100 | 101000 | 10001 | 10010 | 110010 | 1000010 |
Color Harmonies of #D4987F
Complementary color
Monochromatic Colors of #D4987F
Black with #D4987F
Text Example
Text Example
White with #D4987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4987F; }
p { color: rgb(212,152,127); }
H1.HeaderClassName
{
color: #D4987F;
}
.AnyTagClassName
{
color: #D4987F;
}
</style>
background-color css
<style>
a { background-color: #D4987F; }
a { background-color: rgb(212,152,127); }
div.DivClassName
{
background-color: #D4987F;
}
.BgClassName
{
background-color: #D4987F;
}
</style>
border-color css
<style>
span { border-color: #D4987F; }
span { border-color: rgb(212,152,127); }
td.TdClassName
{
border-color: #D4987F;
}
.TagClassName
{
border-color: #D4987F;
}
</style>