Shades of Feldspar #D39271
Tints of Feldspar #D39271
RGB
CMYK
RGB Variations
Color information
#D39271 (or 0xD39271) is known color: Feldspar. HEX triplet: D3, 92 and 71. RGB value is (211,146,113). Sum of RGB (Red+Green+Blue) = 211+146+113=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D39271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39271 is #2C6D8E. Grayscale: #A1A1A1. Windows color (decimal): -2911631 or 7443155. OLE color: 7443155.
HSL color Cylindrical-coordinate representation of color #D39271: hue angle of 20.2º 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 #D39271 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 113 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.17 |
| HSL | 20.2º | 0.53% | 0.64% | - |
| HSV(B) | 20.2º | 0.46% | 0.83% | - |
| XYZ | 40.12 | 35.6 | 20.38 | - |
| YUV | 161.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 113 | 0 | 0.31 | 0.46 | 0.17 | 20.2 | 0.53 | 0.64 |
| Hex | D3 | 92 | 71 | 0 | 1F | 2E | 11 | 14 | 35 | 40 |
| Octal | 323 | 222 | 161 | 0 | 37 | 56 | 21 | 24 | 65 | 100 |
| Binary | 11010011 | 10010010 | 1110001 | 0 | 11111 | 101110 | 10001 | 10100 | 110101 | 1000000 |
Color Harmonies of #D39271
Complementary color
Monochromatic Colors of #D39271
Black with #D39271
Text Example
Text Example
White with #D39271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39271; }
p { color: rgb(211,146,113); }
H1.HeaderClassName
{
color: #D39271;
}
.AnyTagClassName
{
color: #D39271;
}
</style>
background-color css
<style>
a { background-color: #D39271; }
a { background-color: rgb(211,146,113); }
div.DivClassName
{
background-color: #D39271;
}
.BgClassName
{
background-color: #D39271;
}
</style>
border-color css
<style>
span { border-color: #D39271; }
span { border-color: rgb(211,146,113); }
td.TdClassName
{
border-color: #D39271;
}
.TagClassName
{
border-color: #D39271;
}
</style>