Shades of Feldspar #D59875
Tints of Feldspar #D59875
RGB
CMYK
RGB Variations
Color information
#D59875 (or 0xD59875) is known color: Feldspar. HEX triplet: D5, 98 and 75. RGB value is (213,152,117). Sum of RGB (Red+Green+Blue) = 213+152+117=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D59875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59875 is #2A678A. Grayscale: #A6A6A6. Windows color (decimal): -2779019 or 7706837. OLE color: 7706837.
HSL color Cylindrical-coordinate representation of color #D59875: hue angle of 21.88º 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 #D59875 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 117 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.16 |
| HSL | 21.88º | 0.53% | 0.65% | - |
| HSV(B) | 21.88º | 0.45% | 0.84% | - |
| XYZ | 41.88 | 37.89 | 21.94 | - |
| YUV | 166.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 117 | 0 | 0.29 | 0.45 | 0.16 | 21.88 | 0.53 | 0.65 |
| Hex | D5 | 98 | 75 | 0 | 1D | 2D | 10 | 16 | 35 | 41 |
| Octal | 325 | 230 | 165 | 0 | 35 | 55 | 20 | 26 | 65 | 101 |
| Binary | 11010101 | 10011000 | 1110101 | 0 | 11101 | 101101 | 10000 | 10110 | 110101 | 1000001 |
Color Harmonies of #D59875
Complementary color
Monochromatic Colors of #D59875
Black with #D59875
Text Example
Text Example
White with #D59875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59875; }
p { color: rgb(213,152,117); }
H1.HeaderClassName
{
color: #D59875;
}
.AnyTagClassName
{
color: #D59875;
}
</style>
background-color css
<style>
a { background-color: #D59875; }
a { background-color: rgb(213,152,117); }
div.DivClassName
{
background-color: #D59875;
}
.BgClassName
{
background-color: #D59875;
}
</style>
border-color css
<style>
span { border-color: #D59875; }
span { border-color: rgb(213,152,117); }
td.TdClassName
{
border-color: #D59875;
}
.TagClassName
{
border-color: #D59875;
}
</style>