Shades of Feldspar #D49773
Tints of Feldspar #D49773
RGB
CMYK
RGB Variations
Color information
#D49773 (or 0xD49773) is known color: Feldspar. HEX triplet: D4, 97 and 73. RGB value is (212,151,115). Sum of RGB (Red+Green+Blue) = 212+151+115=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D49773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49773 is #2B688C. Grayscale: #A5A5A5. Windows color (decimal): -2844813 or 7575508. OLE color: 7575508.
HSL color Cylindrical-coordinate representation of color #D49773: hue angle of 22.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 #D49773 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 115 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.17 |
| HSL | 22.27º | 0.53% | 0.64% | - |
| HSV(B) | 22.27º | 0.46% | 0.83% | - |
| XYZ | 41.31 | 37.37 | 21.26 | - |
| YUV | 165.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 115 | 0 | 0.29 | 0.46 | 0.17 | 22.27 | 0.53 | 0.64 |
| Hex | D4 | 97 | 73 | 0 | 1D | 2E | 11 | 16 | 35 | 40 |
| Octal | 324 | 227 | 163 | 0 | 35 | 56 | 21 | 26 | 65 | 100 |
| Binary | 11010100 | 10010111 | 1110011 | 0 | 11101 | 101110 | 10001 | 10110 | 110101 | 1000000 |
Color Harmonies of #D49773
Complementary color
Monochromatic Colors of #D49773
Black with #D49773
Text Example
Text Example
White with #D49773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49773; }
p { color: rgb(212,151,115); }
H1.HeaderClassName
{
color: #D49773;
}
.AnyTagClassName
{
color: #D49773;
}
</style>
background-color css
<style>
a { background-color: #D49773; }
a { background-color: rgb(212,151,115); }
div.DivClassName
{
background-color: #D49773;
}
.BgClassName
{
background-color: #D49773;
}
</style>
border-color css
<style>
span { border-color: #D49773; }
span { border-color: rgb(212,151,115); }
td.TdClassName
{
border-color: #D49773;
}
.TagClassName
{
border-color: #D49773;
}
</style>