Shades of Feldspar #D49475
Tints of Feldspar #D49475
RGB
CMYK
RGB Variations
Color information
#D49475 (or 0xD49475) is known color: Feldspar. HEX triplet: D4, 94 and 75. RGB value is (212,148,117). Sum of RGB (Red+Green+Blue) = 212+148+117=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D49475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49475 is #2B6B8A. Grayscale: #A3A3A3. Windows color (decimal): -2845579 or 7705812. OLE color: 7705812.
HSL color Cylindrical-coordinate representation of color #D49475: hue angle of 19.58º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D49475 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 117 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.17 |
| HSL | 19.58º | 0.52% | 0.65% | - |
| HSV(B) | 19.58º | 0.45% | 0.83% | - |
| XYZ | 40.95 | 36.46 | 21.71 | - |
| YUV | 163.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 117 | 0 | 0.30 | 0.45 | 0.17 | 19.58 | 0.52 | 0.65 |
| Hex | D4 | 94 | 75 | 0 | 1E | 2D | 11 | 14 | 34 | 41 |
| Octal | 324 | 224 | 165 | 0 | 36 | 55 | 21 | 24 | 64 | 101 |
| Binary | 11010100 | 10010100 | 1110101 | 0 | 11110 | 101101 | 10001 | 10100 | 110100 | 1000001 |
Color Harmonies of #D49475
Complementary color
Monochromatic Colors of #D49475
Black with #D49475
Text Example
Text Example
White with #D49475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49475; }
p { color: rgb(212,148,117); }
H1.HeaderClassName
{
color: #D49475;
}
.AnyTagClassName
{
color: #D49475;
}
</style>
background-color css
<style>
a { background-color: #D49475; }
a { background-color: rgb(212,148,117); }
div.DivClassName
{
background-color: #D49475;
}
.BgClassName
{
background-color: #D49475;
}
</style>
border-color css
<style>
span { border-color: #D49475; }
span { border-color: rgb(212,148,117); }
td.TdClassName
{
border-color: #D49475;
}
.TagClassName
{
border-color: #D49475;
}
</style>