Shades of Feldspar #D58D77
Tints of Feldspar #D58D77
RGB
CMYK
RGB Variations
Color information
#D58D77 (or 0xD58D77) is known color: Feldspar. HEX triplet: D5, 8D and 77. RGB value is (213,141,119). Sum of RGB (Red+Green+Blue) = 213+141+119=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D77 is #2A7288. Grayscale: #A0A0A0. Windows color (decimal): -2781833 or 7835093. OLE color: 7835093.
HSL color Cylindrical-coordinate representation of color #D58D77: hue angle of 14.04º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D58D77 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 119 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.16 |
| HSL | 14.04º | 0.53% | 0.65% | - |
| HSV(B) | 14.04º | 0.44% | 0.84% | - |
| XYZ | 40.3 | 34.53 | 21.99 | - |
| YUV | 160.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 119 | 0 | 0.34 | 0.44 | 0.16 | 14.04 | 0.53 | 0.65 |
| Hex | D5 | 8D | 77 | 0 | 22 | 2C | 10 | E | 35 | 41 |
| Octal | 325 | 215 | 167 | 0 | 42 | 54 | 20 | 16 | 65 | 101 |
| Binary | 11010101 | 10001101 | 1110111 | 0 | 100010 | 101100 | 10000 | 1110 | 110101 | 1000001 |
Color Harmonies of #D58D77
Complementary color
Monochromatic Colors of #D58D77
Black with #D58D77
Text Example
Text Example
White with #D58D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D77; }
p { color: rgb(213,141,119); }
H1.HeaderClassName
{
color: #D58D77;
}
.AnyTagClassName
{
color: #D58D77;
}
</style>
background-color css
<style>
a { background-color: #D58D77; }
a { background-color: rgb(213,141,119); }
div.DivClassName
{
background-color: #D58D77;
}
.BgClassName
{
background-color: #D58D77;
}
</style>
border-color css
<style>
span { border-color: #D58D77; }
span { border-color: rgb(213,141,119); }
td.TdClassName
{
border-color: #D58D77;
}
.TagClassName
{
border-color: #D58D77;
}
</style>