Shades of Feldspar #D49577
Tints of Feldspar #D49577
RGB
CMYK
RGB Variations
Color information
#D49577 (or 0xD49577) is known color: Feldspar. HEX triplet: D4, 95 and 77. RGB value is (212,149,119). Sum of RGB (Red+Green+Blue) = 212+149+119=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D49577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49577 is #2B6A88. Grayscale: #A4A4A4. Windows color (decimal): -2845321 or 7837140. OLE color: 7837140.
HSL color Cylindrical-coordinate representation of color #D49577: hue angle of 19.35º 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 #D49577 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 119 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.17 |
| HSL | 19.35º | 0.52% | 0.65% | - |
| HSV(B) | 19.35º | 0.44% | 0.83% | - |
| XYZ | 41.23 | 36.82 | 22.39 | - |
| YUV | 164.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 119 | 0 | 0.30 | 0.44 | 0.17 | 19.35 | 0.52 | 0.65 |
| Hex | D4 | 95 | 77 | 0 | 1E | 2C | 11 | 13 | 34 | 41 |
| Octal | 324 | 225 | 167 | 0 | 36 | 54 | 21 | 23 | 64 | 101 |
| Binary | 11010100 | 10010101 | 1110111 | 0 | 11110 | 101100 | 10001 | 10011 | 110100 | 1000001 |
Color Harmonies of #D49577
Complementary color
Monochromatic Colors of #D49577
Black with #D49577
Text Example
Text Example
White with #D49577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49577; }
p { color: rgb(212,149,119); }
H1.HeaderClassName
{
color: #D49577;
}
.AnyTagClassName
{
color: #D49577;
}
</style>
background-color css
<style>
a { background-color: #D49577; }
a { background-color: rgb(212,149,119); }
div.DivClassName
{
background-color: #D49577;
}
.BgClassName
{
background-color: #D49577;
}
</style>
border-color css
<style>
span { border-color: #D49577; }
span { border-color: rgb(212,149,119); }
td.TdClassName
{
border-color: #D49577;
}
.TagClassName
{
border-color: #D49577;
}
</style>