Shades of Feldspar #D49976
Tints of Feldspar #D49976
RGB
CMYK
RGB Variations
Color information
#D49976 (or 0xD49976) is known color: Feldspar. HEX triplet: D4, 99 and 76. RGB value is (212,153,118). Sum of RGB (Red+Green+Blue) = 212+153+118=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D49976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49976 is #2B6689. Grayscale: #A6A6A6. Windows color (decimal): -2844298 or 7772628. OLE color: 7772628.
HSL color Cylindrical-coordinate representation of color #D49976: hue angle of 22.34º 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 #D49976 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 118 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.17 |
| HSL | 22.34º | 0.52% | 0.65% | - |
| HSV(B) | 22.34º | 0.44% | 0.83% | - |
| XYZ | 41.81 | 38.09 | 22.29 | - |
| YUV | 166.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 118 | 0 | 0.28 | 0.44 | 0.17 | 22.34 | 0.52 | 0.65 |
| Hex | D4 | 99 | 76 | 0 | 1C | 2C | 11 | 16 | 34 | 41 |
| Octal | 324 | 231 | 166 | 0 | 34 | 54 | 21 | 26 | 64 | 101 |
| Binary | 11010100 | 10011001 | 1110110 | 0 | 11100 | 101100 | 10001 | 10110 | 110100 | 1000001 |
Color Harmonies of #D49976
Complementary color
Monochromatic Colors of #D49976
Black with #D49976
Text Example
Text Example
White with #D49976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49976; }
p { color: rgb(212,153,118); }
H1.HeaderClassName
{
color: #D49976;
}
.AnyTagClassName
{
color: #D49976;
}
</style>
background-color css
<style>
a { background-color: #D49976; }
a { background-color: rgb(212,153,118); }
div.DivClassName
{
background-color: #D49976;
}
.BgClassName
{
background-color: #D49976;
}
</style>
border-color css
<style>
span { border-color: #D49976; }
span { border-color: rgb(212,153,118); }
td.TdClassName
{
border-color: #D49976;
}
.TagClassName
{
border-color: #D49976;
}
</style>