Shades of Feldspar #D49376
Tints of Feldspar #D49376
RGB
CMYK
RGB Variations
Color information
#D49376 (or 0xD49376) is known color: Feldspar. HEX triplet: D4, 93 and 76. RGB value is (212,147,118). Sum of RGB (Red+Green+Blue) = 212+147+118=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D49376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49376 is #2B6C89. Grayscale: #A3A3A3. Windows color (decimal): -2845834 or 7771092. OLE color: 7771092.
HSL color Cylindrical-coordinate representation of color #D49376: hue angle of 18.51º 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 #D49376 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 118 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.17 |
| HSL | 18.51º | 0.52% | 0.65% | - |
| HSV(B) | 18.51º | 0.44% | 0.83% | - |
| XYZ | 40.86 | 36.17 | 21.97 | - |
| YUV | 163.13 | 102.53 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 118 | 0 | 0.31 | 0.44 | 0.17 | 18.51 | 0.52 | 0.65 |
| Hex | D4 | 93 | 76 | 0 | 1F | 2C | 11 | 13 | 34 | 41 |
| Octal | 324 | 223 | 166 | 0 | 37 | 54 | 21 | 23 | 64 | 101 |
| Binary | 11010100 | 10010011 | 1110110 | 0 | 11111 | 101100 | 10001 | 10011 | 110100 | 1000001 |
Color Harmonies of #D49376
Complementary color
Monochromatic Colors of #D49376
Black with #D49376
Text Example
Text Example
White with #D49376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49376; }
p { color: rgb(212,147,118); }
H1.HeaderClassName
{
color: #D49376;
}
.AnyTagClassName
{
color: #D49376;
}
</style>
background-color css
<style>
a { background-color: #D49376; }
a { background-color: rgb(212,147,118); }
div.DivClassName
{
background-color: #D49376;
}
.BgClassName
{
background-color: #D49376;
}
</style>
border-color css
<style>
span { border-color: #D49376; }
span { border-color: rgb(212,147,118); }
td.TdClassName
{
border-color: #D49376;
}
.TagClassName
{
border-color: #D49376;
}
</style>