Shades of Feldspar #D49077
Tints of Feldspar #D49077
RGB
CMYK
RGB Variations
Color information
#D49077 (or 0xD49077) is known color: Feldspar. HEX triplet: D4, 90 and 77. RGB value is (212,144,119). Sum of RGB (Red+Green+Blue) = 212+144+119=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49077 is #2B6F88. Grayscale: #A1A1A1. Windows color (decimal): -2846601 or 7835860. OLE color: 7835860.
HSL color Cylindrical-coordinate representation of color #D49077: hue angle of 16.13º 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 #D49077 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 119 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.17 |
| HSL | 16.13º | 0.52% | 0.65% | - |
| HSV(B) | 16.13º | 0.44% | 0.83% | - |
| XYZ | 40.45 | 35.28 | 22.13 | - |
| YUV | 161.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 119 | 0 | 0.32 | 0.44 | 0.17 | 16.13 | 0.52 | 0.65 |
| Hex | D4 | 90 | 77 | 0 | 20 | 2C | 11 | 10 | 34 | 41 |
| Octal | 324 | 220 | 167 | 0 | 40 | 54 | 21 | 20 | 64 | 101 |
| Binary | 11010100 | 10010000 | 1110111 | 0 | 100000 | 101100 | 10001 | 10000 | 110100 | 1000001 |
Color Harmonies of #D49077
Complementary color
Monochromatic Colors of #D49077
Black with #D49077
Text Example
Text Example
White with #D49077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49077; }
p { color: rgb(212,144,119); }
H1.HeaderClassName
{
color: #D49077;
}
.AnyTagClassName
{
color: #D49077;
}
</style>
background-color css
<style>
a { background-color: #D49077; }
a { background-color: rgb(212,144,119); }
div.DivClassName
{
background-color: #D49077;
}
.BgClassName
{
background-color: #D49077;
}
</style>
border-color css
<style>
span { border-color: #D49077; }
span { border-color: rgb(212,144,119); }
td.TdClassName
{
border-color: #D49077;
}
.TagClassName
{
border-color: #D49077;
}
</style>