Shades of Feldspar #D8976F
Tints of Feldspar #D8976F
RGB
CMYK
RGB Variations
Color information
#D8976F (or 0xD8976F) is known color: Feldspar. HEX triplet: D8, 97 and 6F. RGB value is (216,151,111). Sum of RGB (Red+Green+Blue) = 216+151+111=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8976F is #276890. Grayscale: #A6A6A6. Windows color (decimal): -2582673 or 7313368. OLE color: 7313368.
HSL color Cylindrical-coordinate representation of color #D8976F: hue angle of 22.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8976F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 111 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.15 |
| HSL | 22.86º | 0.57% | 0.64% | - |
| HSV(B) | 22.86º | 0.49% | 0.85% | - |
| XYZ | 42.25 | 37.88 | 20.12 | - |
| YUV | 165.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 111 | 0 | 0.30 | 0.49 | 0.15 | 22.86 | 0.57 | 0.64 |
| Hex | D8 | 97 | 6F | 0 | 1E | 31 | F | 17 | 39 | 40 |
| Octal | 330 | 227 | 157 | 0 | 36 | 61 | 17 | 27 | 71 | 100 |
| Binary | 11011000 | 10010111 | 1101111 | 0 | 11110 | 110001 | 1111 | 10111 | 111001 | 1000000 |
Color Harmonies of #D8976F
Complementary color
Monochromatic Colors of #D8976F
Black with #D8976F
Text Example
Text Example
White with #D8976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8976F; }
p { color: rgb(216,151,111); }
H1.HeaderClassName
{
color: #D8976F;
}
.AnyTagClassName
{
color: #D8976F;
}
</style>
background-color css
<style>
a { background-color: #D8976F; }
a { background-color: rgb(216,151,111); }
div.DivClassName
{
background-color: #D8976F;
}
.BgClassName
{
background-color: #D8976F;
}
</style>
border-color css
<style>
span { border-color: #D8976F; }
span { border-color: rgb(216,151,111); }
td.TdClassName
{
border-color: #D8976F;
}
.TagClassName
{
border-color: #D8976F;
}
</style>