Shades of Feldspar #D9976F
Tints of Feldspar #D9976F
RGB
CMYK
RGB Variations
Color information
#D9976F (or 0xD9976F) is known color: Feldspar. HEX triplet: D9, 97 and 6F. RGB value is (217,151,111). Sum of RGB (Red+Green+Blue) = 217+151+111=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9976F is #266890. Grayscale: #A6A6A6. Windows color (decimal): -2517137 or 7313369. OLE color: 7313369.
HSL color Cylindrical-coordinate representation of color #D9976F: hue angle of 22.64º degrees, saturation: 0.58, 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 #D9976F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 111 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.15 |
| HSL | 22.64º | 0.58% | 0.64% | - |
| HSV(B) | 22.64º | 0.49% | 0.85% | - |
| XYZ | 42.55 | 38.03 | 20.14 | - |
| YUV | 166.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 111 | 0 | 0.30 | 0.49 | 0.15 | 22.64 | 0.58 | 0.64 |
| Hex | D9 | 97 | 6F | 0 | 1E | 31 | F | 17 | 3A | 40 |
| Octal | 331 | 227 | 157 | 0 | 36 | 61 | 17 | 27 | 72 | 100 |
| Binary | 11011001 | 10010111 | 1101111 | 0 | 11110 | 110001 | 1111 | 10111 | 111010 | 1000000 |
Color Harmonies of #D9976F
Complementary color
Monochromatic Colors of #D9976F
Black with #D9976F
Text Example
Text Example
White with #D9976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9976F; }
p { color: rgb(217,151,111); }
H1.HeaderClassName
{
color: #D9976F;
}
.AnyTagClassName
{
color: #D9976F;
}
</style>
background-color css
<style>
a { background-color: #D9976F; }
a { background-color: rgb(217,151,111); }
div.DivClassName
{
background-color: #D9976F;
}
.BgClassName
{
background-color: #D9976F;
}
</style>
border-color css
<style>
span { border-color: #D9976F; }
span { border-color: rgb(217,151,111); }
td.TdClassName
{
border-color: #D9976F;
}
.TagClassName
{
border-color: #D9976F;
}
</style>