Shades of Feldspar #D59576
Tints of Feldspar #D59576
RGB
CMYK
RGB Variations
Color information
#D59576 (or 0xD59576) is known color: Feldspar. HEX triplet: D5, 95 and 76. RGB value is (213,149,118). Sum of RGB (Red+Green+Blue) = 213+149+118=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D59576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59576 is #2A6A89. Grayscale: #A4A4A4. Windows color (decimal): -2779786 or 7771605. OLE color: 7771605.
HSL color Cylindrical-coordinate representation of color #D59576: hue angle of 19.58º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D59576 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 118 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.16 |
| HSL | 19.58º | 0.53% | 0.65% | - |
| HSV(B) | 19.58º | 0.45% | 0.84% | - |
| XYZ | 41.46 | 36.95 | 22.09 | - |
| YUV | 164.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 118 | 0 | 0.30 | 0.45 | 0.16 | 19.58 | 0.53 | 0.65 |
| Hex | D5 | 95 | 76 | 0 | 1E | 2D | 10 | 14 | 35 | 41 |
| Octal | 325 | 225 | 166 | 0 | 36 | 55 | 20 | 24 | 65 | 101 |
| Binary | 11010101 | 10010101 | 1110110 | 0 | 11110 | 101101 | 10000 | 10100 | 110101 | 1000001 |
Color Harmonies of #D59576
Complementary color
Monochromatic Colors of #D59576
Black with #D59576
Text Example
Text Example
White with #D59576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59576; }
p { color: rgb(213,149,118); }
H1.HeaderClassName
{
color: #D59576;
}
.AnyTagClassName
{
color: #D59576;
}
</style>
background-color css
<style>
a { background-color: #D59576; }
a { background-color: rgb(213,149,118); }
div.DivClassName
{
background-color: #D59576;
}
.BgClassName
{
background-color: #D59576;
}
</style>
border-color css
<style>
span { border-color: #D59576; }
span { border-color: rgb(213,149,118); }
td.TdClassName
{
border-color: #D59576;
}
.TagClassName
{
border-color: #D59576;
}
</style>