Shades of Feldspar #D49176
Tints of Feldspar #D49176
RGB
CMYK
RGB Variations
Color information
#D49176 (or 0xD49176) is known color: Feldspar. HEX triplet: D4, 91 and 76. RGB value is (212,145,118). Sum of RGB (Red+Green+Blue) = 212+145+118=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49176 is #2B6E89. Grayscale: #A2A2A2. Windows color (decimal): -2846346 or 7770580. OLE color: 7770580.
HSL color Cylindrical-coordinate representation of color #D49176: hue angle of 17.23º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D49176 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 118 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.17 |
| HSL | 17.23º | 0.52% | 0.65% | - |
| HSV(B) | 17.23º | 0.44% | 0.83% | - |
| XYZ | 40.55 | 35.56 | 21.87 | - |
| YUV | 161.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 118 | 0 | 0.32 | 0.44 | 0.17 | 17.23 | 0.52 | 0.65 |
| Hex | D4 | 91 | 76 | 0 | 20 | 2C | 11 | 11 | 34 | 41 |
| Octal | 324 | 221 | 166 | 0 | 40 | 54 | 21 | 21 | 64 | 101 |
| Binary | 11010100 | 10010001 | 1110110 | 0 | 100000 | 101100 | 10001 | 10001 | 110100 | 1000001 |
Color Harmonies of #D49176
Complementary color
Monochromatic Colors of #D49176
Black with #D49176
Text Example
Text Example
White with #D49176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49176; }
p { color: rgb(212,145,118); }
H1.HeaderClassName
{
color: #D49176;
}
.AnyTagClassName
{
color: #D49176;
}
</style>
background-color css
<style>
a { background-color: #D49176; }
a { background-color: rgb(212,145,118); }
div.DivClassName
{
background-color: #D49176;
}
.BgClassName
{
background-color: #D49176;
}
</style>
border-color css
<style>
span { border-color: #D49176; }
span { border-color: rgb(212,145,118); }
td.TdClassName
{
border-color: #D49176;
}
.TagClassName
{
border-color: #D49176;
}
</style>