Shades of Feldspar #D49476
Tints of Feldspar #D49476
RGB
CMYK
RGB Variations
Color information
#D49476 (or 0xD49476) is known color: Feldspar. HEX triplet: D4, 94 and 76. RGB value is (212,148,118). Sum of RGB (Red+Green+Blue) = 212+148+118=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D49476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49476 is #2B6B89. Grayscale: #A3A3A3. Windows color (decimal): -2845578 or 7771348. OLE color: 7771348.
HSL color Cylindrical-coordinate representation of color #D49476: hue angle of 19.15º 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 #D49476 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 118 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.17 |
| HSL | 19.15º | 0.52% | 0.65% | - |
| HSV(B) | 19.15º | 0.44% | 0.83% | - |
| XYZ | 41.01 | 36.48 | 22.02 | - |
| YUV | 163.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 118 | 0 | 0.30 | 0.44 | 0.17 | 19.15 | 0.52 | 0.65 |
| Hex | D4 | 94 | 76 | 0 | 1E | 2C | 11 | 13 | 34 | 41 |
| Octal | 324 | 224 | 166 | 0 | 36 | 54 | 21 | 23 | 64 | 101 |
| Binary | 11010100 | 10010100 | 1110110 | 0 | 11110 | 101100 | 10001 | 10011 | 110100 | 1000001 |
Color Harmonies of #D49476
Complementary color
Monochromatic Colors of #D49476
Black with #D49476
Text Example
Text Example
White with #D49476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49476; }
p { color: rgb(212,148,118); }
H1.HeaderClassName
{
color: #D49476;
}
.AnyTagClassName
{
color: #D49476;
}
</style>
background-color css
<style>
a { background-color: #D49476; }
a { background-color: rgb(212,148,118); }
div.DivClassName
{
background-color: #D49476;
}
.BgClassName
{
background-color: #D49476;
}
</style>
border-color css
<style>
span { border-color: #D49476; }
span { border-color: rgb(212,148,118); }
td.TdClassName
{
border-color: #D49476;
}
.TagClassName
{
border-color: #D49476;
}
</style>