Shades of Feldspar #D49B7E
Tints of Feldspar #D49B7E
RGB
CMYK
RGB Variations
Color information
#D49B7E (or 0xD49B7E) is known color: Feldspar. HEX triplet: D4, 9B and 7E. RGB value is (212,155,126). Sum of RGB (Red+Green+Blue) = 212+155+126=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49B7E is #2B6481. Grayscale: #A8A8A8. Windows color (decimal): -2843778 or 8297428. OLE color: 8297428.
HSL color Cylindrical-coordinate representation of color #D49B7E: hue angle of 20.23º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D49B7E is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 126 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.17 |
| HSL | 20.23º | 0.5% | 0.66% | - |
| HSV(B) | 20.23º | 0.41% | 0.83% | - |
| XYZ | 42.64 | 38.95 | 25.01 | - |
| YUV | 168.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 126 | 0 | 0.27 | 0.41 | 0.17 | 20.23 | 0.5 | 0.66 |
| Hex | D4 | 9B | 7E | 0 | 1B | 29 | 11 | 14 | 32 | 42 |
| Octal | 324 | 233 | 176 | 0 | 33 | 51 | 21 | 24 | 62 | 102 |
| Binary | 11010100 | 10011011 | 1111110 | 0 | 11011 | 101001 | 10001 | 10100 | 110010 | 1000010 |
Color Harmonies of #D49B7E
Complementary color
Monochromatic Colors of #D49B7E
Black with #D49B7E
Text Example
Text Example
White with #D49B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B7E; }
p { color: rgb(212,155,126); }
H1.HeaderClassName
{
color: #D49B7E;
}
.AnyTagClassName
{
color: #D49B7E;
}
</style>
background-color css
<style>
a { background-color: #D49B7E; }
a { background-color: rgb(212,155,126); }
div.DivClassName
{
background-color: #D49B7E;
}
.BgClassName
{
background-color: #D49B7E;
}
</style>
border-color css
<style>
span { border-color: #D49B7E; }
span { border-color: rgb(212,155,126); }
td.TdClassName
{
border-color: #D49B7E;
}
.TagClassName
{
border-color: #D49B7E;
}
</style>