Shades of Feldspar #D59E72
Tints of Feldspar #D59E72
RGB
CMYK
RGB Variations
Color information
#D59E72 (or 0xD59E72) is known color: Feldspar. HEX triplet: D5, 9E and 72. RGB value is (213,158,114). Sum of RGB (Red+Green+Blue) = 213+158+114=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E72 is #2A618D. Grayscale: #A9A9A9. Windows color (decimal): -2777486 or 7511765. OLE color: 7511765.
HSL color Cylindrical-coordinate representation of color #D59E72: hue angle of 26.67º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D59E72 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 114 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.16 |
| HSL | 26.67º | 0.54% | 0.64% | - |
| HSV(B) | 26.67º | 0.46% | 0.84% | - |
| XYZ | 42.7 | 39.81 | 21.35 | - |
| YUV | 169.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 114 | 0 | 0.26 | 0.46 | 0.16 | 26.67 | 0.54 | 0.64 |
| Hex | D5 | 9E | 72 | 0 | 1A | 2E | 10 | 1B | 36 | 40 |
| Octal | 325 | 236 | 162 | 0 | 32 | 56 | 20 | 33 | 66 | 100 |
| Binary | 11010101 | 10011110 | 1110010 | 0 | 11010 | 101110 | 10000 | 11011 | 110110 | 1000000 |
Color Harmonies of #D59E72
Complementary color
Monochromatic Colors of #D59E72
Black with #D59E72
Text Example
Text Example
White with #D59E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E72; }
p { color: rgb(213,158,114); }
H1.HeaderClassName
{
color: #D59E72;
}
.AnyTagClassName
{
color: #D59E72;
}
</style>
background-color css
<style>
a { background-color: #D59E72; }
a { background-color: rgb(213,158,114); }
div.DivClassName
{
background-color: #D59E72;
}
.BgClassName
{
background-color: #D59E72;
}
</style>
border-color css
<style>
span { border-color: #D59E72; }
span { border-color: rgb(213,158,114); }
td.TdClassName
{
border-color: #D59E72;
}
.TagClassName
{
border-color: #D59E72;
}
</style>