Shades of Feldspar #D49870
Tints of Feldspar #D49870
RGB
CMYK
RGB Variations
Color information
#D49870 (or 0xD49870) is known color: Feldspar. HEX triplet: D4, 98 and 70. RGB value is (212,152,112). Sum of RGB (Red+Green+Blue) = 212+152+112=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D49870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49870 is #2B678F. Grayscale: #A5A5A5. Windows color (decimal): -2844560 or 7379156. OLE color: 7379156.
HSL color Cylindrical-coordinate representation of color #D49870: hue angle of 24º 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 #D49870 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 112 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.17 |
| HSL | 24º | 0.54% | 0.64% | - |
| HSV(B) | 24º | 0.47% | 0.83% | - |
| XYZ | 41.3 | 37.62 | 20.41 | - |
| YUV | 165.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 112 | 0 | 0.28 | 0.47 | 0.17 | 24 | 0.54 | 0.64 |
| Hex | D4 | 98 | 70 | 0 | 1C | 2F | 11 | 18 | 36 | 40 |
| Octal | 324 | 230 | 160 | 0 | 34 | 57 | 21 | 30 | 66 | 100 |
| Binary | 11010100 | 10011000 | 1110000 | 0 | 11100 | 101111 | 10001 | 11000 | 110110 | 1000000 |
Color Harmonies of #D49870
Complementary color
Monochromatic Colors of #D49870
Black with #D49870
Text Example
Text Example
White with #D49870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49870; }
p { color: rgb(212,152,112); }
H1.HeaderClassName
{
color: #D49870;
}
.AnyTagClassName
{
color: #D49870;
}
</style>
background-color css
<style>
a { background-color: #D49870; }
a { background-color: rgb(212,152,112); }
div.DivClassName
{
background-color: #D49870;
}
.BgClassName
{
background-color: #D49870;
}
</style>
border-color css
<style>
span { border-color: #D49870; }
span { border-color: rgb(212,152,112); }
td.TdClassName
{
border-color: #D49870;
}
.TagClassName
{
border-color: #D49870;
}
</style>