Shades of Feldspar #D1957B
Tints of Feldspar #D1957B
RGB
CMYK
RGB Variations
Color information
#D1957B (or 0xD1957B) is known color: Feldspar. HEX triplet: D1, 95 and 7B. RGB value is (209,149,123). Sum of RGB (Red+Green+Blue) = 209+149+123=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1957B is #2E6A84. Grayscale: #A4A4A4. Windows color (decimal): -3041925 or 8099281. OLE color: 8099281.
HSL color Cylindrical-coordinate representation of color #D1957B: hue angle of 18.14º 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 #D1957B is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 123 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.18 |
| HSL | 18.14º | 0.48% | 0.65% | - |
| HSV(B) | 18.14º | 0.41% | 0.82% | - |
| XYZ | 40.62 | 36.48 | 23.64 | - |
| YUV | 163.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 123 | 0 | 0.29 | 0.41 | 0.18 | 18.14 | 0.48 | 0.65 |
| Hex | D1 | 95 | 7B | 0 | 1D | 29 | 12 | 12 | 30 | 41 |
| Octal | 321 | 225 | 173 | 0 | 35 | 51 | 22 | 22 | 60 | 101 |
| Binary | 11010001 | 10010101 | 1111011 | 0 | 11101 | 101001 | 10010 | 10010 | 110000 | 1000001 |
Color Harmonies of #D1957B
Complementary color
Monochromatic Colors of #D1957B
Black with #D1957B
Text Example
Text Example
White with #D1957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1957B; }
p { color: rgb(209,149,123); }
H1.HeaderClassName
{
color: #D1957B;
}
.AnyTagClassName
{
color: #D1957B;
}
</style>
background-color css
<style>
a { background-color: #D1957B; }
a { background-color: rgb(209,149,123); }
div.DivClassName
{
background-color: #D1957B;
}
.BgClassName
{
background-color: #D1957B;
}
</style>
border-color css
<style>
span { border-color: #D1957B; }
span { border-color: rgb(209,149,123); }
td.TdClassName
{
border-color: #D1957B;
}
.TagClassName
{
border-color: #D1957B;
}
</style>