Shades of Feldspar #D59D72
Tints of Feldspar #D59D72
RGB
CMYK
RGB Variations
Color information
#D59D72 (or 0xD59D72) is known color: Feldspar. HEX triplet: D5, 9D and 72. RGB value is (213,157,114). Sum of RGB (Red+Green+Blue) = 213+157+114=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D72 is #2A628D. Grayscale: #A9A9A9. Windows color (decimal): -2777742 or 7511509. OLE color: 7511509.
HSL color Cylindrical-coordinate representation of color #D59D72: hue angle of 26.06º 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 #D59D72 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 114 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.16 |
| HSL | 26.06º | 0.54% | 0.64% | - |
| HSV(B) | 26.06º | 0.46% | 0.84% | - |
| XYZ | 42.53 | 39.47 | 21.3 | - |
| YUV | 168.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 114 | 0 | 0.26 | 0.46 | 0.16 | 26.06 | 0.54 | 0.64 |
| Hex | D5 | 9D | 72 | 0 | 1A | 2E | 10 | 1A | 36 | 40 |
| Octal | 325 | 235 | 162 | 0 | 32 | 56 | 20 | 32 | 66 | 100 |
| Binary | 11010101 | 10011101 | 1110010 | 0 | 11010 | 101110 | 10000 | 11010 | 110110 | 1000000 |
Color Harmonies of #D59D72
Complementary color
Monochromatic Colors of #D59D72
Black with #D59D72
Text Example
Text Example
White with #D59D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D72; }
p { color: rgb(213,157,114); }
H1.HeaderClassName
{
color: #D59D72;
}
.AnyTagClassName
{
color: #D59D72;
}
</style>
background-color css
<style>
a { background-color: #D59D72; }
a { background-color: rgb(213,157,114); }
div.DivClassName
{
background-color: #D59D72;
}
.BgClassName
{
background-color: #D59D72;
}
</style>
border-color css
<style>
span { border-color: #D59D72; }
span { border-color: rgb(213,157,114); }
td.TdClassName
{
border-color: #D59D72;
}
.TagClassName
{
border-color: #D59D72;
}
</style>