Shades of Feldspar #D49479
Tints of Feldspar #D49479
RGB
CMYK
RGB Variations
Color information
#D49479 (or 0xD49479) is known color: Feldspar. HEX triplet: D4, 94 and 79. RGB value is (212,148,121). Sum of RGB (Red+Green+Blue) = 212+148+121=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D49479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49479 is #2B6B86. Grayscale: #A4A4A4. Windows color (decimal): -2845575 or 7967956. OLE color: 7967956.
HSL color Cylindrical-coordinate representation of color #D49479: hue angle of 17.8º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D49479 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 121 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.17 |
| HSL | 17.8º | 0.51% | 0.65% | - |
| HSV(B) | 17.8º | 0.43% | 0.83% | - |
| XYZ | 41.19 | 36.56 | 22.97 | - |
| YUV | 164.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 121 | 0 | 0.30 | 0.43 | 0.17 | 17.8 | 0.51 | 0.65 |
| Hex | D4 | 94 | 79 | 0 | 1E | 2B | 11 | 12 | 33 | 41 |
| Octal | 324 | 224 | 171 | 0 | 36 | 53 | 21 | 22 | 63 | 101 |
| Binary | 11010100 | 10010100 | 1111001 | 0 | 11110 | 101011 | 10001 | 10010 | 110011 | 1000001 |
Color Harmonies of #D49479
Complementary color
Monochromatic Colors of #D49479
Black with #D49479
Text Example
Text Example
White with #D49479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49479; }
p { color: rgb(212,148,121); }
H1.HeaderClassName
{
color: #D49479;
}
.AnyTagClassName
{
color: #D49479;
}
</style>
background-color css
<style>
a { background-color: #D49479; }
a { background-color: rgb(212,148,121); }
div.DivClassName
{
background-color: #D49479;
}
.BgClassName
{
background-color: #D49479;
}
</style>
border-color css
<style>
span { border-color: #D49479; }
span { border-color: rgb(212,148,121); }
td.TdClassName
{
border-color: #D49479;
}
.TagClassName
{
border-color: #D49479;
}
</style>