Shades of Feldspar #D49573
Tints of Feldspar #D49573
RGB
CMYK
RGB Variations
Color information
#D49573 (or 0xD49573) is known color: Feldspar. HEX triplet: D4, 95 and 73. RGB value is (212,149,115). Sum of RGB (Red+Green+Blue) = 212+149+115=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D49573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49573 is #2B6A8C. Grayscale: #A4A4A4. Windows color (decimal): -2845325 or 7574996. OLE color: 7574996.
HSL color Cylindrical-coordinate representation of color #D49573: hue angle of 21.03º 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 #D49573 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 115 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.17 |
| HSL | 21.03º | 0.53% | 0.64% | - |
| HSV(B) | 21.03º | 0.46% | 0.83% | - |
| XYZ | 40.99 | 36.73 | 21.15 | - |
| YUV | 163.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 115 | 0 | 0.30 | 0.46 | 0.17 | 21.03 | 0.53 | 0.64 |
| Hex | D4 | 95 | 73 | 0 | 1E | 2E | 11 | 15 | 35 | 40 |
| Octal | 324 | 225 | 163 | 0 | 36 | 56 | 21 | 25 | 65 | 100 |
| Binary | 11010100 | 10010101 | 1110011 | 0 | 11110 | 101110 | 10001 | 10101 | 110101 | 1000000 |
Color Harmonies of #D49573
Complementary color
Monochromatic Colors of #D49573
Black with #D49573
Text Example
Text Example
White with #D49573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49573; }
p { color: rgb(212,149,115); }
H1.HeaderClassName
{
color: #D49573;
}
.AnyTagClassName
{
color: #D49573;
}
</style>
background-color css
<style>
a { background-color: #D49573; }
a { background-color: rgb(212,149,115); }
div.DivClassName
{
background-color: #D49573;
}
.BgClassName
{
background-color: #D49573;
}
</style>
border-color css
<style>
span { border-color: #D49573; }
span { border-color: rgb(212,149,115); }
td.TdClassName
{
border-color: #D49573;
}
.TagClassName
{
border-color: #D49573;
}
</style>