Shades of Feldspar #D49571
Tints of Feldspar #D49571
RGB
CMYK
RGB Variations
Color information
#D49571 (or 0xD49571) is known color: Feldspar. HEX triplet: D4, 95 and 71. RGB value is (212,149,113). Sum of RGB (Red+Green+Blue) = 212+149+113=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D49571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49571 is #2B6A8E. Grayscale: #A3A3A3. Windows color (decimal): -2845327 or 7443924. OLE color: 7443924.
HSL color Cylindrical-coordinate representation of color #D49571: hue angle of 21.82º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D49571 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 113 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.17 |
| HSL | 21.82º | 0.54% | 0.64% | - |
| HSV(B) | 21.82º | 0.47% | 0.83% | - |
| XYZ | 40.88 | 36.68 | 20.55 | - |
| YUV | 163.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 113 | 0 | 0.30 | 0.47 | 0.17 | 21.82 | 0.54 | 0.64 |
| Hex | D4 | 95 | 71 | 0 | 1E | 2F | 11 | 16 | 36 | 40 |
| Octal | 324 | 225 | 161 | 0 | 36 | 57 | 21 | 26 | 66 | 100 |
| Binary | 11010100 | 10010101 | 1110001 | 0 | 11110 | 101111 | 10001 | 10110 | 110110 | 1000000 |
Color Harmonies of #D49571
Complementary color
Monochromatic Colors of #D49571
Black with #D49571
Text Example
Text Example
White with #D49571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49571; }
p { color: rgb(212,149,113); }
H1.HeaderClassName
{
color: #D49571;
}
.AnyTagClassName
{
color: #D49571;
}
</style>
background-color css
<style>
a { background-color: #D49571; }
a { background-color: rgb(212,149,113); }
div.DivClassName
{
background-color: #D49571;
}
.BgClassName
{
background-color: #D49571;
}
</style>
border-color css
<style>
span { border-color: #D49571; }
span { border-color: rgb(212,149,113); }
td.TdClassName
{
border-color: #D49571;
}
.TagClassName
{
border-color: #D49571;
}
</style>