Shades of Feldspar #D49974
Tints of Feldspar #D49974
RGB
CMYK
RGB Variations
Color information
#D49974 (or 0xD49974) is known color: Feldspar. HEX triplet: D4, 99 and 74. RGB value is (212,153,116). Sum of RGB (Red+Green+Blue) = 212+153+116=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D49974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49974 is #2B668B. Grayscale: #A6A6A6. Windows color (decimal): -2844300 or 7641556. OLE color: 7641556.
HSL color Cylindrical-coordinate representation of color #D49974: hue angle of 23.12º 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 #D49974 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 116 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.17 |
| HSL | 23.13º | 0.53% | 0.64% | - |
| HSV(B) | 23.13º | 0.45% | 0.83% | - |
| XYZ | 41.7 | 38.04 | 21.67 | - |
| YUV | 166.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 116 | 0 | 0.28 | 0.45 | 0.17 | 23.13 | 0.53 | 0.64 |
| Hex | D4 | 99 | 74 | 0 | 1C | 2D | 11 | 17 | 35 | 40 |
| Octal | 324 | 231 | 164 | 0 | 34 | 55 | 21 | 27 | 65 | 100 |
| Binary | 11010100 | 10011001 | 1110100 | 0 | 11100 | 101101 | 10001 | 10111 | 110101 | 1000000 |
Color Harmonies of #D49974
Complementary color
Monochromatic Colors of #D49974
Black with #D49974
Text Example
Text Example
White with #D49974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49974; }
p { color: rgb(212,153,116); }
H1.HeaderClassName
{
color: #D49974;
}
.AnyTagClassName
{
color: #D49974;
}
</style>
background-color css
<style>
a { background-color: #D49974; }
a { background-color: rgb(212,153,116); }
div.DivClassName
{
background-color: #D49974;
}
.BgClassName
{
background-color: #D49974;
}
</style>
border-color css
<style>
span { border-color: #D49974; }
span { border-color: rgb(212,153,116); }
td.TdClassName
{
border-color: #D49974;
}
.TagClassName
{
border-color: #D49974;
}
</style>