Shades of Feldspar #D59F72
Tints of Feldspar #D59F72
RGB
CMYK
RGB Variations
Color information
#D59F72 (or 0xD59F72) is known color: Feldspar. HEX triplet: D5, 9F and 72. RGB value is (213,159,114). Sum of RGB (Red+Green+Blue) = 213+159+114=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F72 is #2A608D. Grayscale: #AAAAAA. Windows color (decimal): -2777230 or 7512021. OLE color: 7512021.
HSL color Cylindrical-coordinate representation of color #D59F72: hue angle of 27.27º 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 #D59F72 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 114 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.16 |
| HSL | 27.27º | 0.54% | 0.64% | - |
| HSV(B) | 27.27º | 0.46% | 0.84% | - |
| XYZ | 42.88 | 40.16 | 21.41 | - |
| YUV | 170.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 114 | 0 | 0.25 | 0.46 | 0.16 | 27.27 | 0.54 | 0.64 |
| Hex | D5 | 9F | 72 | 0 | 19 | 2E | 10 | 1B | 36 | 40 |
| Octal | 325 | 237 | 162 | 0 | 31 | 56 | 20 | 33 | 66 | 100 |
| Binary | 11010101 | 10011111 | 1110010 | 0 | 11001 | 101110 | 10000 | 11011 | 110110 | 1000000 |
Color Harmonies of #D59F72
Complementary color
Monochromatic Colors of #D59F72
Black with #D59F72
Text Example
Text Example
White with #D59F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F72; }
p { color: rgb(213,159,114); }
H1.HeaderClassName
{
color: #D59F72;
}
.AnyTagClassName
{
color: #D59F72;
}
</style>
background-color css
<style>
a { background-color: #D59F72; }
a { background-color: rgb(213,159,114); }
div.DivClassName
{
background-color: #D59F72;
}
.BgClassName
{
background-color: #D59F72;
}
</style>
border-color css
<style>
span { border-color: #D59F72; }
span { border-color: rgb(213,159,114); }
td.TdClassName
{
border-color: #D59F72;
}
.TagClassName
{
border-color: #D59F72;
}
</style>