Shades of Feldspar #D39771
Tints of Feldspar #D39771
RGB
CMYK
RGB Variations
Color information
#D39771 (or 0xD39771) is known color: Feldspar. HEX triplet: D3, 97 and 71. RGB value is (211,151,113). Sum of RGB (Red+Green+Blue) = 211+151+113=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D39771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39771 is #2C688E. Grayscale: #A4A4A4. Windows color (decimal): -2910351 or 7444435. OLE color: 7444435.
HSL color Cylindrical-coordinate representation of color #D39771: hue angle of 23.27º 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 #D39771 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 113 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.17 |
| HSL | 23.27º | 0.53% | 0.64% | - |
| HSV(B) | 23.27º | 0.46% | 0.83% | - |
| XYZ | 40.91 | 37.17 | 20.64 | - |
| YUV | 164.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 113 | 0 | 0.28 | 0.46 | 0.17 | 23.27 | 0.53 | 0.64 |
| Hex | D3 | 97 | 71 | 0 | 1C | 2E | 11 | 17 | 35 | 40 |
| Octal | 323 | 227 | 161 | 0 | 34 | 56 | 21 | 27 | 65 | 100 |
| Binary | 11010011 | 10010111 | 1110001 | 0 | 11100 | 101110 | 10001 | 10111 | 110101 | 1000000 |
Color Harmonies of #D39771
Complementary color
Monochromatic Colors of #D39771
Black with #D39771
Text Example
Text Example
White with #D39771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39771; }
p { color: rgb(211,151,113); }
H1.HeaderClassName
{
color: #D39771;
}
.AnyTagClassName
{
color: #D39771;
}
</style>
background-color css
<style>
a { background-color: #D39771; }
a { background-color: rgb(211,151,113); }
div.DivClassName
{
background-color: #D39771;
}
.BgClassName
{
background-color: #D39771;
}
</style>
border-color css
<style>
span { border-color: #D39771; }
span { border-color: rgb(211,151,113); }
td.TdClassName
{
border-color: #D39771;
}
.TagClassName
{
border-color: #D39771;
}
</style>