Shades of Feldspar #D59F71
Tints of Feldspar #D59F71
RGB
CMYK
RGB Variations
Color information
#D59F71 (or 0xD59F71) is known color: Feldspar. HEX triplet: D5, 9F and 71. RGB value is (213,159,113). Sum of RGB (Red+Green+Blue) = 213+159+113=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F71 is #2A608E. Grayscale: #AAAAAA. Windows color (decimal): -2777231 or 7446485. OLE color: 7446485.
HSL color Cylindrical-coordinate representation of color #D59F71: hue angle of 27.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D59F71 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 113 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.16 |
| HSL | 27.6º | 0.54% | 0.64% | - |
| HSV(B) | 27.6º | 0.47% | 0.84% | - |
| XYZ | 42.82 | 40.13 | 21.11 | - |
| YUV | 169.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 113 | 0 | 0.25 | 0.47 | 0.16 | 27.6 | 0.54 | 0.64 |
| Hex | D5 | 9F | 71 | 0 | 19 | 2F | 10 | 1C | 36 | 40 |
| Octal | 325 | 237 | 161 | 0 | 31 | 57 | 20 | 34 | 66 | 100 |
| Binary | 11010101 | 10011111 | 1110001 | 0 | 11001 | 101111 | 10000 | 11100 | 110110 | 1000000 |
Color Harmonies of #D59F71
Complementary color
Monochromatic Colors of #D59F71
Black with #D59F71
Text Example
Text Example
White with #D59F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F71; }
p { color: rgb(213,159,113); }
H1.HeaderClassName
{
color: #D59F71;
}
.AnyTagClassName
{
color: #D59F71;
}
</style>
background-color css
<style>
a { background-color: #D59F71; }
a { background-color: rgb(213,159,113); }
div.DivClassName
{
background-color: #D59F71;
}
.BgClassName
{
background-color: #D59F71;
}
</style>
border-color css
<style>
span { border-color: #D59F71; }
span { border-color: rgb(213,159,113); }
td.TdClassName
{
border-color: #D59F71;
}
.TagClassName
{
border-color: #D59F71;
}
</style>