Shades of Feldspar #D1937E
Tints of Feldspar #D1937E
RGB
CMYK
RGB Variations
Color information
#D1937E (or 0xD1937E) is known color: Feldspar. HEX triplet: D1, 93 and 7E. RGB value is (209,147,126). Sum of RGB (Red+Green+Blue) = 209+147+126=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1937E is #2E6C81. Grayscale: #A3A3A3. Windows color (decimal): -3042434 or 8295377. OLE color: 8295377.
HSL color Cylindrical-coordinate representation of color #D1937E: hue angle of 15.18º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1937E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 126 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.18 |
| HSL | 15.18º | 0.47% | 0.66% | - |
| HSV(B) | 15.18º | 0.4% | 0.82% | - |
| XYZ | 40.49 | 35.93 | 24.54 | - |
| YUV | 163.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 126 | 0 | 0.30 | 0.40 | 0.18 | 15.18 | 0.47 | 0.66 |
| Hex | D1 | 93 | 7E | 0 | 1E | 28 | 12 | F | 2F | 42 |
| Octal | 321 | 223 | 176 | 0 | 36 | 50 | 22 | 17 | 57 | 102 |
| Binary | 11010001 | 10010011 | 1111110 | 0 | 11110 | 101000 | 10010 | 1111 | 101111 | 1000010 |
Color Harmonies of #D1937E
Complementary color
Monochromatic Colors of #D1937E
Black with #D1937E
Text Example
Text Example
White with #D1937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1937E; }
p { color: rgb(209,147,126); }
H1.HeaderClassName
{
color: #D1937E;
}
.AnyTagClassName
{
color: #D1937E;
}
</style>
background-color css
<style>
a { background-color: #D1937E; }
a { background-color: rgb(209,147,126); }
div.DivClassName
{
background-color: #D1937E;
}
.BgClassName
{
background-color: #D1937E;
}
</style>
border-color css
<style>
span { border-color: #D1937E; }
span { border-color: rgb(209,147,126); }
td.TdClassName
{
border-color: #D1937E;
}
.TagClassName
{
border-color: #D1937E;
}
</style>