Shades of Feldspar #D49173
Tints of Feldspar #D49173
RGB
CMYK
RGB Variations
Color information
#D49173 (or 0xD49173) is known color: Feldspar. HEX triplet: D4, 91 and 73. RGB value is (212,145,115). Sum of RGB (Red+Green+Blue) = 212+145+115=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D49173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49173 is #2B6E8C. Grayscale: #A1A1A1. Windows color (decimal): -2846349 or 7573972. OLE color: 7573972.
HSL color Cylindrical-coordinate representation of color #D49173: hue angle of 18.56º 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 #D49173 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 115 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.17 |
| HSL | 18.56º | 0.53% | 0.64% | - |
| HSV(B) | 18.56º | 0.46% | 0.83% | - |
| XYZ | 40.37 | 35.49 | 20.94 | - |
| YUV | 161.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 115 | 0 | 0.32 | 0.46 | 0.17 | 18.56 | 0.53 | 0.64 |
| Hex | D4 | 91 | 73 | 0 | 20 | 2E | 11 | 13 | 35 | 40 |
| Octal | 324 | 221 | 163 | 0 | 40 | 56 | 21 | 23 | 65 | 100 |
| Binary | 11010100 | 10010001 | 1110011 | 0 | 100000 | 101110 | 10001 | 10011 | 110101 | 1000000 |
Color Harmonies of #D49173
Complementary color
Monochromatic Colors of #D49173
Black with #D49173
Text Example
Text Example
White with #D49173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49173; }
p { color: rgb(212,145,115); }
H1.HeaderClassName
{
color: #D49173;
}
.AnyTagClassName
{
color: #D49173;
}
</style>
background-color css
<style>
a { background-color: #D49173; }
a { background-color: rgb(212,145,115); }
div.DivClassName
{
background-color: #D49173;
}
.BgClassName
{
background-color: #D49173;
}
</style>
border-color css
<style>
span { border-color: #D49173; }
span { border-color: rgb(212,145,115); }
td.TdClassName
{
border-color: #D49173;
}
.TagClassName
{
border-color: #D49173;
}
</style>