Shades of Feldspar #D49273
Tints of Feldspar #D49273
RGB
CMYK
RGB Variations
Color information
#D49273 (or 0xD49273) is known color: Feldspar. HEX triplet: D4, 92 and 73. RGB value is (212,146,115). Sum of RGB (Red+Green+Blue) = 212+146+115=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D49273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49273 is #2B6D8C. Grayscale: #A2A2A2. Windows color (decimal): -2846093 or 7574228. OLE color: 7574228.
HSL color Cylindrical-coordinate representation of color #D49273: hue angle of 19.18º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D49273 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 115 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.17 |
| HSL | 19.18º | 0.53% | 0.64% | - |
| HSV(B) | 19.18º | 0.46% | 0.83% | - |
| XYZ | 40.52 | 35.79 | 20.99 | - |
| YUV | 162.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 115 | 0 | 0.31 | 0.46 | 0.17 | 19.18 | 0.53 | 0.64 |
| Hex | D4 | 92 | 73 | 0 | 1F | 2E | 11 | 13 | 35 | 40 |
| Octal | 324 | 222 | 163 | 0 | 37 | 56 | 21 | 23 | 65 | 100 |
| Binary | 11010100 | 10010010 | 1110011 | 0 | 11111 | 101110 | 10001 | 10011 | 110101 | 1000000 |
Color Harmonies of #D49273
Complementary color
Monochromatic Colors of #D49273
Black with #D49273
Text Example
Text Example
White with #D49273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49273; }
p { color: rgb(212,146,115); }
H1.HeaderClassName
{
color: #D49273;
}
.AnyTagClassName
{
color: #D49273;
}
</style>
background-color css
<style>
a { background-color: #D49273; }
a { background-color: rgb(212,146,115); }
div.DivClassName
{
background-color: #D49273;
}
.BgClassName
{
background-color: #D49273;
}
</style>
border-color css
<style>
span { border-color: #D49273; }
span { border-color: rgb(212,146,115); }
td.TdClassName
{
border-color: #D49273;
}
.TagClassName
{
border-color: #D49273;
}
</style>