Shades of Feldspar #D59876
Tints of Feldspar #D59876
RGB
CMYK
RGB Variations
Color information
#D59876 (or 0xD59876) is known color: Feldspar. HEX triplet: D5, 98 and 76. RGB value is (213,152,118). Sum of RGB (Red+Green+Blue) = 213+152+118=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59876 is #2A6789. Grayscale: #A6A6A6. Windows color (decimal): -2779018 or 7772373. OLE color: 7772373.
HSL color Cylindrical-coordinate representation of color #D59876: hue angle of 21.47º 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 #D59876 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 118 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.16 |
| HSL | 21.47º | 0.53% | 0.65% | - |
| HSV(B) | 21.47º | 0.45% | 0.84% | - |
| XYZ | 41.94 | 37.91 | 22.25 | - |
| YUV | 166.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 118 | 0 | 0.29 | 0.45 | 0.16 | 21.47 | 0.53 | 0.65 |
| Hex | D5 | 98 | 76 | 0 | 1D | 2D | 10 | 15 | 35 | 41 |
| Octal | 325 | 230 | 166 | 0 | 35 | 55 | 20 | 25 | 65 | 101 |
| Binary | 11010101 | 10011000 | 1110110 | 0 | 11101 | 101101 | 10000 | 10101 | 110101 | 1000001 |
Color Harmonies of #D59876
Complementary color
Monochromatic Colors of #D59876
Black with #D59876
Text Example
Text Example
White with #D59876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59876; }
p { color: rgb(213,152,118); }
H1.HeaderClassName
{
color: #D59876;
}
.AnyTagClassName
{
color: #D59876;
}
</style>
background-color css
<style>
a { background-color: #D59876; }
a { background-color: rgb(213,152,118); }
div.DivClassName
{
background-color: #D59876;
}
.BgClassName
{
background-color: #D59876;
}
</style>
border-color css
<style>
span { border-color: #D59876; }
span { border-color: rgb(213,152,118); }
td.TdClassName
{
border-color: #D59876;
}
.TagClassName
{
border-color: #D59876;
}
</style>