Shades of Feldspar #D9976E
Tints of Feldspar #D9976E
RGB
CMYK
RGB Variations
Color information
#D9976E (or 0xD9976E) is known color: Feldspar. HEX triplet: D9, 97 and 6E. RGB value is (217,151,110). Sum of RGB (Red+Green+Blue) = 217+151+110=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9976E is #266891. Grayscale: #A6A6A6. Windows color (decimal): -2517138 or 7247833. OLE color: 7247833.
HSL color Cylindrical-coordinate representation of color #D9976E: hue angle of 22.99º 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 #D9976E is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 110 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.15 |
| HSL | 22.99º | 0.58% | 0.64% | - |
| HSV(B) | 22.99º | 0.49% | 0.85% | - |
| XYZ | 42.5 | 38.01 | 19.85 | - |
| YUV | 166.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 110 | 0 | 0.30 | 0.49 | 0.15 | 22.99 | 0.58 | 0.64 |
| Hex | D9 | 97 | 6E | 0 | 1E | 31 | F | 17 | 3A | 40 |
| Octal | 331 | 227 | 156 | 0 | 36 | 61 | 17 | 27 | 72 | 100 |
| Binary | 11011001 | 10010111 | 1101110 | 0 | 11110 | 110001 | 1111 | 10111 | 111010 | 1000000 |
Color Harmonies of #D9976E
Complementary color
Monochromatic Colors of #D9976E
Black with #D9976E
Text Example
Text Example
White with #D9976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9976E; }
p { color: rgb(217,151,110); }
H1.HeaderClassName
{
color: #D9976E;
}
.AnyTagClassName
{
color: #D9976E;
}
</style>
background-color css
<style>
a { background-color: #D9976E; }
a { background-color: rgb(217,151,110); }
div.DivClassName
{
background-color: #D9976E;
}
.BgClassName
{
background-color: #D9976E;
}
</style>
border-color css
<style>
span { border-color: #D9976E; }
span { border-color: rgb(217,151,110); }
td.TdClassName
{
border-color: #D9976E;
}
.TagClassName
{
border-color: #D9976E;
}
</style>