Shades of Feldspar #D7916F
Tints of Feldspar #D7916F
RGB
CMYK
RGB Variations
Color information
#D7916F (or 0xD7916F) is known color: Feldspar. HEX triplet: D7, 91 and 6F. RGB value is (215,145,111). Sum of RGB (Red+Green+Blue) = 215+145+111=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7916F is #286E90. Grayscale: #A2A2A2. Windows color (decimal): -2649745 or 7311831. OLE color: 7311831.
HSL color Cylindrical-coordinate representation of color #D7916F: hue angle of 19.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7916F is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 111 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.16 |
| HSL | 19.62º | 0.57% | 0.64% | - |
| HSV(B) | 19.62º | 0.48% | 0.84% | - |
| XYZ | 41.02 | 35.85 | 19.8 | - |
| YUV | 162.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 111 | 0 | 0.33 | 0.48 | 0.16 | 19.62 | 0.57 | 0.64 |
| Hex | D7 | 91 | 6F | 0 | 21 | 30 | 10 | 14 | 39 | 40 |
| Octal | 327 | 221 | 157 | 0 | 41 | 60 | 20 | 24 | 71 | 100 |
| Binary | 11010111 | 10010001 | 1101111 | 0 | 100001 | 110000 | 10000 | 10100 | 111001 | 1000000 |
Color Harmonies of #D7916F
Complementary color
Monochromatic Colors of #D7916F
Black with #D7916F
Text Example
Text Example
White with #D7916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7916F; }
p { color: rgb(215,145,111); }
H1.HeaderClassName
{
color: #D7916F;
}
.AnyTagClassName
{
color: #D7916F;
}
</style>
background-color css
<style>
a { background-color: #D7916F; }
a { background-color: rgb(215,145,111); }
div.DivClassName
{
background-color: #D7916F;
}
.BgClassName
{
background-color: #D7916F;
}
</style>
border-color css
<style>
span { border-color: #D7916F; }
span { border-color: rgb(215,145,111); }
td.TdClassName
{
border-color: #D7916F;
}
.TagClassName
{
border-color: #D7916F;
}
</style>