Shades of Feldspar #D5987C
Tints of Feldspar #D5987C
RGB
CMYK
RGB Variations
Color information
#D5987C (or 0xD5987C) is known color: Feldspar. HEX triplet: D5, 98 and 7C. RGB value is (213,152,124). Sum of RGB (Red+Green+Blue) = 213+152+124=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5987C is #2A6783. Grayscale: #A7A7A7. Windows color (decimal): -2779012 or 8165589. OLE color: 8165589.
HSL color Cylindrical-coordinate representation of color #D5987C: hue angle of 18.88º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5987C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 124 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.16 |
| HSL | 18.88º | 0.51% | 0.66% | - |
| HSV(B) | 18.88º | 0.42% | 0.84% | - |
| XYZ | 42.31 | 38.06 | 24.18 | - |
| YUV | 167.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 124 | 0 | 0.29 | 0.42 | 0.16 | 18.88 | 0.51 | 0.66 |
| Hex | D5 | 98 | 7C | 0 | 1D | 2A | 10 | 13 | 33 | 42 |
| Octal | 325 | 230 | 174 | 0 | 35 | 52 | 20 | 23 | 63 | 102 |
| Binary | 11010101 | 10011000 | 1111100 | 0 | 11101 | 101010 | 10000 | 10011 | 110011 | 1000010 |
Color Harmonies of #D5987C
Complementary color
Monochromatic Colors of #D5987C
Black with #D5987C
Text Example
Text Example
White with #D5987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5987C; }
p { color: rgb(213,152,124); }
H1.HeaderClassName
{
color: #D5987C;
}
.AnyTagClassName
{
color: #D5987C;
}
</style>
background-color css
<style>
a { background-color: #D5987C; }
a { background-color: rgb(213,152,124); }
div.DivClassName
{
background-color: #D5987C;
}
.BgClassName
{
background-color: #D5987C;
}
</style>
border-color css
<style>
span { border-color: #D5987C; }
span { border-color: rgb(213,152,124); }
td.TdClassName
{
border-color: #D5987C;
}
.TagClassName
{
border-color: #D5987C;
}
</style>