Shades of Feldspar #D49072
Tints of Feldspar #D49072
RGB
CMYK
RGB Variations
Color information
#D49072 (or 0xD49072) is known color: Feldspar. HEX triplet: D4, 90 and 72. RGB value is (212,144,114). Sum of RGB (Red+Green+Blue) = 212+144+114=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D49072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49072 is #2B6F8D. Grayscale: #A1A1A1. Windows color (decimal): -2846606 or 7508180. OLE color: 7508180.
HSL color Cylindrical-coordinate representation of color #D49072: hue angle of 18.37º 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 #D49072 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 114 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.17 |
| HSL | 18.37º | 0.53% | 0.64% | - |
| HSV(B) | 18.37º | 0.46% | 0.83% | - |
| XYZ | 40.16 | 35.16 | 20.59 | - |
| YUV | 160.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 114 | 0 | 0.32 | 0.46 | 0.17 | 18.37 | 0.53 | 0.64 |
| Hex | D4 | 90 | 72 | 0 | 20 | 2E | 11 | 12 | 35 | 40 |
| Octal | 324 | 220 | 162 | 0 | 40 | 56 | 21 | 22 | 65 | 100 |
| Binary | 11010100 | 10010000 | 1110010 | 0 | 100000 | 101110 | 10001 | 10010 | 110101 | 1000000 |
Color Harmonies of #D49072
Complementary color
Monochromatic Colors of #D49072
Black with #D49072
Text Example
Text Example
White with #D49072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49072; }
p { color: rgb(212,144,114); }
H1.HeaderClassName
{
color: #D49072;
}
.AnyTagClassName
{
color: #D49072;
}
</style>
background-color css
<style>
a { background-color: #D49072; }
a { background-color: rgb(212,144,114); }
div.DivClassName
{
background-color: #D49072;
}
.BgClassName
{
background-color: #D49072;
}
</style>
border-color css
<style>
span { border-color: #D49072; }
span { border-color: rgb(212,144,114); }
td.TdClassName
{
border-color: #D49072;
}
.TagClassName
{
border-color: #D49072;
}
</style>