Shades of Feldspar #D3956F
Tints of Feldspar #D3956F
RGB
CMYK
RGB Variations
Color information
#D3956F (or 0xD3956F) is known color: Feldspar. HEX triplet: D3, 95 and 6F. RGB value is (211,149,111). Sum of RGB (Red+Green+Blue) = 211+149+111=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3956F is #2C6A90. Grayscale: #A3A3A3. Windows color (decimal): -2910865 or 7312851. OLE color: 7312851.
HSL color Cylindrical-coordinate representation of color #D3956F: hue angle of 22.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3956F is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 111 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.17 |
| HSL | 22.8º | 0.53% | 0.63% | - |
| HSV(B) | 22.8º | 0.47% | 0.83% | - |
| XYZ | 40.48 | 36.49 | 19.95 | - |
| YUV | 163.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 111 | 0 | 0.29 | 0.47 | 0.17 | 22.8 | 0.53 | 0.63 |
| Hex | D3 | 95 | 6F | 0 | 1D | 2F | 11 | 17 | 35 | 3F |
| Octal | 323 | 225 | 157 | 0 | 35 | 57 | 21 | 27 | 65 | 77 |
| Binary | 11010011 | 10010101 | 1101111 | 0 | 11101 | 101111 | 10001 | 10111 | 110101 | 111111 |
Color Harmonies of #D3956F
Complementary color
Monochromatic Colors of #D3956F
Black with #D3956F
Text Example
Text Example
White with #D3956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3956F; }
p { color: rgb(211,149,111); }
H1.HeaderClassName
{
color: #D3956F;
}
.AnyTagClassName
{
color: #D3956F;
}
</style>
background-color css
<style>
a { background-color: #D3956F; }
a { background-color: rgb(211,149,111); }
div.DivClassName
{
background-color: #D3956F;
}
.BgClassName
{
background-color: #D3956F;
}
</style>
border-color css
<style>
span { border-color: #D3956F; }
span { border-color: rgb(211,149,111); }
td.TdClassName
{
border-color: #D3956F;
}
.TagClassName
{
border-color: #D3956F;
}
</style>