Shades of Feldspar #D49372
Tints of Feldspar #D49372
RGB
CMYK
RGB Variations
Color information
#D49372 (or 0xD49372) is known color: Feldspar. HEX triplet: D4, 93 and 72. RGB value is (212,147,114). Sum of RGB (Red+Green+Blue) = 212+147+114=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D49372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49372 is #2B6C8D. Grayscale: #A2A2A2. Windows color (decimal): -2845838 or 7508948. OLE color: 7508948.
HSL color Cylindrical-coordinate representation of color #D49372: hue angle of 20.2º 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 #D49372 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 114 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.17 |
| HSL | 20.2º | 0.53% | 0.64% | - |
| HSV(B) | 20.2º | 0.46% | 0.83% | - |
| XYZ | 40.62 | 36.08 | 20.74 | - |
| YUV | 162.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 114 | 0 | 0.31 | 0.46 | 0.17 | 20.2 | 0.53 | 0.64 |
| Hex | D4 | 93 | 72 | 0 | 1F | 2E | 11 | 14 | 35 | 40 |
| Octal | 324 | 223 | 162 | 0 | 37 | 56 | 21 | 24 | 65 | 100 |
| Binary | 11010100 | 10010011 | 1110010 | 0 | 11111 | 101110 | 10001 | 10100 | 110101 | 1000000 |
Color Harmonies of #D49372
Complementary color
Monochromatic Colors of #D49372
Black with #D49372
Text Example
Text Example
White with #D49372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49372; }
p { color: rgb(212,147,114); }
H1.HeaderClassName
{
color: #D49372;
}
.AnyTagClassName
{
color: #D49372;
}
</style>
background-color css
<style>
a { background-color: #D49372; }
a { background-color: rgb(212,147,114); }
div.DivClassName
{
background-color: #D49372;
}
.BgClassName
{
background-color: #D49372;
}
</style>
border-color css
<style>
span { border-color: #D49372; }
span { border-color: rgb(212,147,114); }
td.TdClassName
{
border-color: #D49372;
}
.TagClassName
{
border-color: #D49372;
}
</style>