Shades of Feldspar #D49374
Tints of Feldspar #D49374
RGB
CMYK
RGB Variations
Color information
#D49374 (or 0xD49374) is known color: Feldspar. HEX triplet: D4, 93 and 74. RGB value is (212,147,116). Sum of RGB (Red+Green+Blue) = 212+147+116=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49374 is #2B6C8B. Grayscale: #A3A3A3. Windows color (decimal): -2845836 or 7640020. OLE color: 7640020.
HSL color Cylindrical-coordinate representation of color #D49374: hue angle of 19.38º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D49374 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 116 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.17 |
| HSL | 19.38º | 0.53% | 0.64% | - |
| HSV(B) | 19.38º | 0.45% | 0.83% | - |
| XYZ | 40.74 | 36.13 | 21.35 | - |
| YUV | 162.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 116 | 0 | 0.31 | 0.45 | 0.17 | 19.38 | 0.53 | 0.64 |
| Hex | D4 | 93 | 74 | 0 | 1F | 2D | 11 | 13 | 35 | 40 |
| Octal | 324 | 223 | 164 | 0 | 37 | 55 | 21 | 23 | 65 | 100 |
| Binary | 11010100 | 10010011 | 1110100 | 0 | 11111 | 101101 | 10001 | 10011 | 110101 | 1000000 |
Color Harmonies of #D49374
Complementary color
Monochromatic Colors of #D49374
Black with #D49374
Text Example
Text Example
White with #D49374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49374; }
p { color: rgb(212,147,116); }
H1.HeaderClassName
{
color: #D49374;
}
.AnyTagClassName
{
color: #D49374;
}
</style>
background-color css
<style>
a { background-color: #D49374; }
a { background-color: rgb(212,147,116); }
div.DivClassName
{
background-color: #D49374;
}
.BgClassName
{
background-color: #D49374;
}
</style>
border-color css
<style>
span { border-color: #D49374; }
span { border-color: rgb(212,147,116); }
td.TdClassName
{
border-color: #D49374;
}
.TagClassName
{
border-color: #D49374;
}
</style>