Shades of Feldspar #D1976F
Tints of Feldspar #D1976F
RGB
CMYK
RGB Variations
Color information
#D1976F (or 0xD1976F) is known color: Feldspar. HEX triplet: D1, 97 and 6F. RGB value is (209,151,111). Sum of RGB (Red+Green+Blue) = 209+151+111=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1976F is #2E6890. Grayscale: #A4A4A4. Windows color (decimal): -3041425 or 7313361. OLE color: 7313361.
HSL color Cylindrical-coordinate representation of color #D1976F: hue angle of 24.49º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1976F is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 111 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.18 |
| HSL | 24.49º | 0.52% | 0.63% | - |
| HSV(B) | 24.49º | 0.47% | 0.82% | - |
| XYZ | 40.23 | 36.84 | 20.03 | - |
| YUV | 163.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 111 | 0 | 0.28 | 0.47 | 0.18 | 24.49 | 0.52 | 0.63 |
| Hex | D1 | 97 | 6F | 0 | 1C | 2F | 12 | 18 | 34 | 3F |
| Octal | 321 | 227 | 157 | 0 | 34 | 57 | 22 | 30 | 64 | 77 |
| Binary | 11010001 | 10010111 | 1101111 | 0 | 11100 | 101111 | 10010 | 11000 | 110100 | 111111 |
Color Harmonies of #D1976F
Complementary color
Monochromatic Colors of #D1976F
Black with #D1976F
Text Example
Text Example
White with #D1976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1976F; }
p { color: rgb(209,151,111); }
H1.HeaderClassName
{
color: #D1976F;
}
.AnyTagClassName
{
color: #D1976F;
}
</style>
background-color css
<style>
a { background-color: #D1976F; }
a { background-color: rgb(209,151,111); }
div.DivClassName
{
background-color: #D1976F;
}
.BgClassName
{
background-color: #D1976F;
}
</style>
border-color css
<style>
span { border-color: #D1976F; }
span { border-color: rgb(209,151,111); }
td.TdClassName
{
border-color: #D1976F;
}
.TagClassName
{
border-color: #D1976F;
}
</style>