Shades of Feldspar #D1916F
Tints of Feldspar #D1916F
RGB
CMYK
RGB Variations
Color information
#D1916F (or 0xD1916F) is known color: Feldspar. HEX triplet: D1, 91 and 6F. RGB value is (209,145,111). Sum of RGB (Red+Green+Blue) = 209+145+111=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1916F is #2E6E90. Grayscale: #A0A0A0. Windows color (decimal): -3042961 or 7311825. OLE color: 7311825.
HSL color Cylindrical-coordinate representation of color #D1916F: hue angle of 20.82º 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 #D1916F is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 111 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.18 |
| HSL | 20.82º | 0.52% | 0.63% | - |
| HSV(B) | 20.82º | 0.47% | 0.82% | - |
| XYZ | 39.29 | 34.95 | 19.71 | - |
| YUV | 160.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 111 | 0 | 0.31 | 0.47 | 0.18 | 20.82 | 0.52 | 0.63 |
| Hex | D1 | 91 | 6F | 0 | 1F | 2F | 12 | 15 | 34 | 3F |
| Octal | 321 | 221 | 157 | 0 | 37 | 57 | 22 | 25 | 64 | 77 |
| Binary | 11010001 | 10010001 | 1101111 | 0 | 11111 | 101111 | 10010 | 10101 | 110100 | 111111 |
Color Harmonies of #D1916F
Complementary color
Monochromatic Colors of #D1916F
Black with #D1916F
Text Example
Text Example
White with #D1916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1916F; }
p { color: rgb(209,145,111); }
H1.HeaderClassName
{
color: #D1916F;
}
.AnyTagClassName
{
color: #D1916F;
}
</style>
background-color css
<style>
a { background-color: #D1916F; }
a { background-color: rgb(209,145,111); }
div.DivClassName
{
background-color: #D1916F;
}
.BgClassName
{
background-color: #D1916F;
}
</style>
border-color css
<style>
span { border-color: #D1916F; }
span { border-color: rgb(209,145,111); }
td.TdClassName
{
border-color: #D1916F;
}
.TagClassName
{
border-color: #D1916F;
}
</style>