Shades of Feldspar #D59577
Tints of Feldspar #D59577
RGB
CMYK
RGB Variations
Color information
#D59577 (or 0xD59577) is known color: Feldspar. HEX triplet: D5, 95 and 77. RGB value is (213,149,119). Sum of RGB (Red+Green+Blue) = 213+149+119=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D59577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59577 is #2A6A88. Grayscale: #A4A4A4. Windows color (decimal): -2779785 or 7837141. OLE color: 7837141.
HSL color Cylindrical-coordinate representation of color #D59577: hue angle of 19.15º 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 #D59577 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 119 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.16 |
| HSL | 19.15º | 0.53% | 0.65% | - |
| HSV(B) | 19.15º | 0.44% | 0.84% | - |
| XYZ | 41.52 | 36.97 | 22.4 | - |
| YUV | 164.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 119 | 0 | 0.30 | 0.44 | 0.16 | 19.15 | 0.53 | 0.65 |
| Hex | D5 | 95 | 77 | 0 | 1E | 2C | 10 | 13 | 35 | 41 |
| Octal | 325 | 225 | 167 | 0 | 36 | 54 | 20 | 23 | 65 | 101 |
| Binary | 11010101 | 10010101 | 1110111 | 0 | 11110 | 101100 | 10000 | 10011 | 110101 | 1000001 |
Color Harmonies of #D59577
Complementary color
Monochromatic Colors of #D59577
Black with #D59577
Text Example
Text Example
White with #D59577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59577; }
p { color: rgb(213,149,119); }
H1.HeaderClassName
{
color: #D59577;
}
.AnyTagClassName
{
color: #D59577;
}
</style>
background-color css
<style>
a { background-color: #D59577; }
a { background-color: rgb(213,149,119); }
div.DivClassName
{
background-color: #D59577;
}
.BgClassName
{
background-color: #D59577;
}
</style>
border-color css
<style>
span { border-color: #D59577; }
span { border-color: rgb(213,149,119); }
td.TdClassName
{
border-color: #D59577;
}
.TagClassName
{
border-color: #D59577;
}
</style>