Shades of Feldspar #D8997F
Tints of Feldspar #D8997F
RGB
CMYK
RGB Variations
Color information
#D8997F (or 0xD8997F) is known color: Feldspar. HEX triplet: D8, 99 and 7F. RGB value is (216,153,127). Sum of RGB (Red+Green+Blue) = 216+153+127=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8997F is #276680. Grayscale: #A9A9A9. Windows color (decimal): -2582145 or 8362456. OLE color: 8362456.
HSL color Cylindrical-coordinate representation of color #D8997F: hue angle of 17.53º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8997F is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 127 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.15 |
| HSL | 17.53º | 0.53% | 0.67% | - |
| HSV(B) | 17.53º | 0.41% | 0.85% | - |
| XYZ | 43.54 | 38.91 | 25.29 | - |
| YUV | 168.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 127 | 0 | 0.29 | 0.41 | 0.15 | 17.53 | 0.53 | 0.67 |
| Hex | D8 | 99 | 7F | 0 | 1D | 29 | F | 12 | 35 | 43 |
| Octal | 330 | 231 | 177 | 0 | 35 | 51 | 17 | 22 | 65 | 103 |
| Binary | 11011000 | 10011001 | 1111111 | 0 | 11101 | 101001 | 1111 | 10010 | 110101 | 1000011 |
Color Harmonies of #D8997F
Complementary color
Monochromatic Colors of #D8997F
Black with #D8997F
Text Example
Text Example
White with #D8997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8997F; }
p { color: rgb(216,153,127); }
H1.HeaderClassName
{
color: #D8997F;
}
.AnyTagClassName
{
color: #D8997F;
}
</style>
background-color css
<style>
a { background-color: #D8997F; }
a { background-color: rgb(216,153,127); }
div.DivClassName
{
background-color: #D8997F;
}
.BgClassName
{
background-color: #D8997F;
}
</style>
border-color css
<style>
span { border-color: #D8997F; }
span { border-color: rgb(216,153,127); }
td.TdClassName
{
border-color: #D8997F;
}
.TagClassName
{
border-color: #D8997F;
}
</style>