Shades of Feldspar #D3957F
Tints of Feldspar #D3957F
RGB
CMYK
RGB Variations
Color information
#D3957F (or 0xD3957F) is known color: Feldspar. HEX triplet: D3, 95 and 7F. RGB value is (211,149,127). Sum of RGB (Red+Green+Blue) = 211+149+127=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D3957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3957F is #2C6A80. Grayscale: #A5A5A5. Windows color (decimal): -2910849 or 8361427. OLE color: 8361427.
HSL color Cylindrical-coordinate representation of color #D3957F: hue angle of 15.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3957F is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 127 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.17 |
| HSL | 15.71º | 0.49% | 0.66% | - |
| HSV(B) | 15.71º | 0.4% | 0.83% | - |
| XYZ | 41.44 | 36.88 | 25.01 | - |
| YUV | 165.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 127 | 0 | 0.29 | 0.40 | 0.17 | 15.71 | 0.49 | 0.66 |
| Hex | D3 | 95 | 7F | 0 | 1D | 28 | 11 | 10 | 31 | 42 |
| Octal | 323 | 225 | 177 | 0 | 35 | 50 | 21 | 20 | 61 | 102 |
| Binary | 11010011 | 10010101 | 1111111 | 0 | 11101 | 101000 | 10001 | 10000 | 110001 | 1000010 |
Color Harmonies of #D3957F
Complementary color
Monochromatic Colors of #D3957F
Black with #D3957F
Text Example
Text Example
White with #D3957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3957F; }
p { color: rgb(211,149,127); }
H1.HeaderClassName
{
color: #D3957F;
}
.AnyTagClassName
{
color: #D3957F;
}
</style>
background-color css
<style>
a { background-color: #D3957F; }
a { background-color: rgb(211,149,127); }
div.DivClassName
{
background-color: #D3957F;
}
.BgClassName
{
background-color: #D3957F;
}
</style>
border-color css
<style>
span { border-color: #D3957F; }
span { border-color: rgb(211,149,127); }
td.TdClassName
{
border-color: #D3957F;
}
.TagClassName
{
border-color: #D3957F;
}
</style>