Shades of Feldspar #D59776
Tints of Feldspar #D59776
RGB
CMYK
RGB Variations
Color information
#D59776 (or 0xD59776) is known color: Feldspar. HEX triplet: D5, 97 and 76. RGB value is (213,151,118). Sum of RGB (Red+Green+Blue) = 213+151+118=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D59776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59776 is #2A6889. Grayscale: #A5A5A5. Windows color (decimal): -2779274 or 7772117. OLE color: 7772117.
HSL color Cylindrical-coordinate representation of color #D59776: hue angle of 20.84º 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 #D59776 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 118 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.16 |
| HSL | 20.84º | 0.53% | 0.65% | - |
| HSV(B) | 20.84º | 0.45% | 0.84% | - |
| XYZ | 41.78 | 37.59 | 22.19 | - |
| YUV | 165.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 118 | 0 | 0.29 | 0.45 | 0.16 | 20.84 | 0.53 | 0.65 |
| Hex | D5 | 97 | 76 | 0 | 1D | 2D | 10 | 15 | 35 | 41 |
| Octal | 325 | 227 | 166 | 0 | 35 | 55 | 20 | 25 | 65 | 101 |
| Binary | 11010101 | 10010111 | 1110110 | 0 | 11101 | 101101 | 10000 | 10101 | 110101 | 1000001 |
Color Harmonies of #D59776
Complementary color
Monochromatic Colors of #D59776
Black with #D59776
Text Example
Text Example
White with #D59776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59776; }
p { color: rgb(213,151,118); }
H1.HeaderClassName
{
color: #D59776;
}
.AnyTagClassName
{
color: #D59776;
}
</style>
background-color css
<style>
a { background-color: #D59776; }
a { background-color: rgb(213,151,118); }
div.DivClassName
{
background-color: #D59776;
}
.BgClassName
{
background-color: #D59776;
}
</style>
border-color css
<style>
span { border-color: #D59776; }
span { border-color: rgb(213,151,118); }
td.TdClassName
{
border-color: #D59776;
}
.TagClassName
{
border-color: #D59776;
}
</style>