Shades of Feldspar #D5997F
Tints of Feldspar #D5997F
RGB
CMYK
RGB Variations
Color information
#D5997F (or 0xD5997F) is known color: Feldspar. HEX triplet: D5, 99 and 7F. RGB value is (213,153,127). Sum of RGB (Red+Green+Blue) = 213+153+127=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5997F is #2A6680. Grayscale: #A8A8A8. Windows color (decimal): -2778753 or 8362453. OLE color: 8362453.
HSL color Cylindrical-coordinate representation of color #D5997F: hue angle of 18.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5997F is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 127 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.16 |
| HSL | 18.14º | 0.51% | 0.67% | - |
| HSV(B) | 18.14º | 0.4% | 0.84% | - |
| XYZ | 42.66 | 38.46 | 25.25 | - |
| YUV | 167.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 127 | 0 | 0.28 | 0.40 | 0.16 | 18.14 | 0.51 | 0.67 |
| Hex | D5 | 99 | 7F | 0 | 1C | 28 | 10 | 12 | 33 | 43 |
| Octal | 325 | 231 | 177 | 0 | 34 | 50 | 20 | 22 | 63 | 103 |
| Binary | 11010101 | 10011001 | 1111111 | 0 | 11100 | 101000 | 10000 | 10010 | 110011 | 1000011 |
Color Harmonies of #D5997F
Complementary color
Monochromatic Colors of #D5997F
Black with #D5997F
Text Example
Text Example
White with #D5997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5997F; }
p { color: rgb(213,153,127); }
H1.HeaderClassName
{
color: #D5997F;
}
.AnyTagClassName
{
color: #D5997F;
}
</style>
background-color css
<style>
a { background-color: #D5997F; }
a { background-color: rgb(213,153,127); }
div.DivClassName
{
background-color: #D5997F;
}
.BgClassName
{
background-color: #D5997F;
}
</style>
border-color css
<style>
span { border-color: #D5997F; }
span { border-color: rgb(213,153,127); }
td.TdClassName
{
border-color: #D5997F;
}
.TagClassName
{
border-color: #D5997F;
}
</style>