Shades of Feldspar #D49470
Tints of Feldspar #D49470
RGB
CMYK
RGB Variations
Color information
#D49470 (or 0xD49470) is known color: Feldspar. HEX triplet: D4, 94 and 70. RGB value is (212,148,112). Sum of RGB (Red+Green+Blue) = 212+148+112=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D49470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49470 is #2B6B8F. Grayscale: #A3A3A3. Windows color (decimal): -2845584 or 7378132. OLE color: 7378132.
HSL color Cylindrical-coordinate representation of color #D49470: hue angle of 21.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D49470 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 112 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.17 |
| HSL | 21.6º | 0.54% | 0.64% | - |
| HSV(B) | 21.6º | 0.47% | 0.83% | - |
| XYZ | 40.67 | 36.35 | 20.2 | - |
| YUV | 163.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 112 | 0 | 0.30 | 0.47 | 0.17 | 21.6 | 0.54 | 0.64 |
| Hex | D4 | 94 | 70 | 0 | 1E | 2F | 11 | 16 | 36 | 40 |
| Octal | 324 | 224 | 160 | 0 | 36 | 57 | 21 | 26 | 66 | 100 |
| Binary | 11010100 | 10010100 | 1110000 | 0 | 11110 | 101111 | 10001 | 10110 | 110110 | 1000000 |
Color Harmonies of #D49470
Complementary color
Monochromatic Colors of #D49470
Black with #D49470
Text Example
Text Example
White with #D49470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49470; }
p { color: rgb(212,148,112); }
H1.HeaderClassName
{
color: #D49470;
}
.AnyTagClassName
{
color: #D49470;
}
</style>
background-color css
<style>
a { background-color: #D49470; }
a { background-color: rgb(212,148,112); }
div.DivClassName
{
background-color: #D49470;
}
.BgClassName
{
background-color: #D49470;
}
</style>
border-color css
<style>
span { border-color: #D49470; }
span { border-color: rgb(212,148,112); }
td.TdClassName
{
border-color: #D49470;
}
.TagClassName
{
border-color: #D49470;
}
</style>