Shades of Feldspar #D39371
Tints of Feldspar #D39371
RGB
CMYK
RGB Variations
Color information
#D39371 (or 0xD39371) is known color: Feldspar. HEX triplet: D3, 93 and 71. RGB value is (211,147,113). Sum of RGB (Red+Green+Blue) = 211+147+113=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D39371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39371 is #2C6C8E. Grayscale: #A2A2A2. Windows color (decimal): -2911375 or 7443411. OLE color: 7443411.
HSL color Cylindrical-coordinate representation of color #D39371: hue angle of 20.82º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D39371 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 113 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.17 |
| HSL | 20.82º | 0.53% | 0.64% | - |
| HSV(B) | 20.82º | 0.46% | 0.83% | - |
| XYZ | 40.28 | 35.91 | 20.43 | - |
| YUV | 162.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 113 | 0 | 0.30 | 0.46 | 0.17 | 20.82 | 0.53 | 0.64 |
| Hex | D3 | 93 | 71 | 0 | 1E | 2E | 11 | 15 | 35 | 40 |
| Octal | 323 | 223 | 161 | 0 | 36 | 56 | 21 | 25 | 65 | 100 |
| Binary | 11010011 | 10010011 | 1110001 | 0 | 11110 | 101110 | 10001 | 10101 | 110101 | 1000000 |
Color Harmonies of #D39371
Complementary color
Monochromatic Colors of #D39371
Black with #D39371
Text Example
Text Example
White with #D39371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39371; }
p { color: rgb(211,147,113); }
H1.HeaderClassName
{
color: #D39371;
}
.AnyTagClassName
{
color: #D39371;
}
</style>
background-color css
<style>
a { background-color: #D39371; }
a { background-color: rgb(211,147,113); }
div.DivClassName
{
background-color: #D39371;
}
.BgClassName
{
background-color: #D39371;
}
</style>
border-color css
<style>
span { border-color: #D39371; }
span { border-color: rgb(211,147,113); }
td.TdClassName
{
border-color: #D39371;
}
.TagClassName
{
border-color: #D39371;
}
</style>