Shades of Feldspar #D1937C
Tints of Feldspar #D1937C
RGB
CMYK
RGB Variations
Color information
#D1937C (or 0xD1937C) is known color: Feldspar. HEX triplet: D1, 93 and 7C. RGB value is (209,147,124). Sum of RGB (Red+Green+Blue) = 209+147+124=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1937C is #2E6C83. Grayscale: #A3A3A3. Windows color (decimal): -3042436 or 8164305. OLE color: 8164305.
HSL color Cylindrical-coordinate representation of color #D1937C: hue angle of 16.24º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1937C is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 124 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.18 |
| HSL | 16.24º | 0.48% | 0.65% | - |
| HSV(B) | 16.24º | 0.41% | 0.82% | - |
| XYZ | 40.37 | 35.88 | 23.87 | - |
| YUV | 162.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 124 | 0 | 0.30 | 0.41 | 0.18 | 16.24 | 0.48 | 0.65 |
| Hex | D1 | 93 | 7C | 0 | 1E | 29 | 12 | 10 | 30 | 41 |
| Octal | 321 | 223 | 174 | 0 | 36 | 51 | 22 | 20 | 60 | 101 |
| Binary | 11010001 | 10010011 | 1111100 | 0 | 11110 | 101001 | 10010 | 10000 | 110000 | 1000001 |
Color Harmonies of #D1937C
Complementary color
Monochromatic Colors of #D1937C
Black with #D1937C
Text Example
Text Example
White with #D1937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1937C; }
p { color: rgb(209,147,124); }
H1.HeaderClassName
{
color: #D1937C;
}
.AnyTagClassName
{
color: #D1937C;
}
</style>
background-color css
<style>
a { background-color: #D1937C; }
a { background-color: rgb(209,147,124); }
div.DivClassName
{
background-color: #D1937C;
}
.BgClassName
{
background-color: #D1937C;
}
</style>
border-color css
<style>
span { border-color: #D1937C; }
span { border-color: rgb(209,147,124); }
td.TdClassName
{
border-color: #D1937C;
}
.TagClassName
{
border-color: #D1937C;
}
</style>