Shades of Feldspar #D49076
Tints of Feldspar #D49076
RGB
CMYK
RGB Variations
Color information
#D49076 (or 0xD49076) is known color: Feldspar. HEX triplet: D4, 90 and 76. RGB value is (212,144,118). Sum of RGB (Red+Green+Blue) = 212+144+118=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D49076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49076 is #2B6F89. Grayscale: #A1A1A1. Windows color (decimal): -2846602 or 7770324. OLE color: 7770324.
HSL color Cylindrical-coordinate representation of color #D49076: hue angle of 16.6º 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 #D49076 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 118 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.17 |
| HSL | 16.6º | 0.52% | 0.65% | - |
| HSV(B) | 16.6º | 0.44% | 0.83% | - |
| XYZ | 40.39 | 35.25 | 21.81 | - |
| YUV | 161.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 118 | 0 | 0.32 | 0.44 | 0.17 | 16.6 | 0.52 | 0.65 |
| Hex | D4 | 90 | 76 | 0 | 20 | 2C | 11 | 11 | 34 | 41 |
| Octal | 324 | 220 | 166 | 0 | 40 | 54 | 21 | 21 | 64 | 101 |
| Binary | 11010100 | 10010000 | 1110110 | 0 | 100000 | 101100 | 10001 | 10001 | 110100 | 1000001 |
Color Harmonies of #D49076
Complementary color
Monochromatic Colors of #D49076
Black with #D49076
Text Example
Text Example
White with #D49076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49076; }
p { color: rgb(212,144,118); }
H1.HeaderClassName
{
color: #D49076;
}
.AnyTagClassName
{
color: #D49076;
}
</style>
background-color css
<style>
a { background-color: #D49076; }
a { background-color: rgb(212,144,118); }
div.DivClassName
{
background-color: #D49076;
}
.BgClassName
{
background-color: #D49076;
}
</style>
border-color css
<style>
span { border-color: #D49076; }
span { border-color: rgb(212,144,118); }
td.TdClassName
{
border-color: #D49076;
}
.TagClassName
{
border-color: #D49076;
}
</style>