Shades of Feldspar #D49370
Tints of Feldspar #D49370
RGB
CMYK
RGB Variations
Color information
#D49370 (or 0xD49370) is known color: Feldspar. HEX triplet: D4, 93 and 70. RGB value is (212,147,112). Sum of RGB (Red+Green+Blue) = 212+147+112=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D49370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49370 is #2B6C8F. Grayscale: #A2A2A2. Windows color (decimal): -2845840 or 7377876. OLE color: 7377876.
HSL color Cylindrical-coordinate representation of color #D49370: hue angle of 21º 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 #D49370 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 112 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.17 |
| HSL | 21º | 0.54% | 0.64% | - |
| HSV(B) | 21º | 0.47% | 0.83% | - |
| XYZ | 40.51 | 36.03 | 20.15 | - |
| YUV | 162.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 112 | 0 | 0.31 | 0.47 | 0.17 | 21 | 0.54 | 0.64 |
| Hex | D4 | 93 | 70 | 0 | 1F | 2F | 11 | 15 | 36 | 40 |
| Octal | 324 | 223 | 160 | 0 | 37 | 57 | 21 | 25 | 66 | 100 |
| Binary | 11010100 | 10010011 | 1110000 | 0 | 11111 | 101111 | 10001 | 10101 | 110110 | 1000000 |
Color Harmonies of #D49370
Complementary color
Monochromatic Colors of #D49370
Black with #D49370
Text Example
Text Example
White with #D49370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49370; }
p { color: rgb(212,147,112); }
H1.HeaderClassName
{
color: #D49370;
}
.AnyTagClassName
{
color: #D49370;
}
</style>
background-color css
<style>
a { background-color: #D49370; }
a { background-color: rgb(212,147,112); }
div.DivClassName
{
background-color: #D49370;
}
.BgClassName
{
background-color: #D49370;
}
</style>
border-color css
<style>
span { border-color: #D49370; }
span { border-color: rgb(212,147,112); }
td.TdClassName
{
border-color: #D49370;
}
.TagClassName
{
border-color: #D49370;
}
</style>