Shades of Feldspar #D59D74
Tints of Feldspar #D59D74
RGB
CMYK
RGB Variations
Color information
#D59D74 (or 0xD59D74) is known color: Feldspar. HEX triplet: D5, 9D and 74. RGB value is (213,157,116). Sum of RGB (Red+Green+Blue) = 213+157+116=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D74 is #2A628B. Grayscale: #A9A9A9. Windows color (decimal): -2777740 or 7642581. OLE color: 7642581.
HSL color Cylindrical-coordinate representation of color #D59D74: hue angle of 25.36º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D59D74 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 116 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.16 |
| HSL | 25.36º | 0.54% | 0.65% | - |
| HSV(B) | 25.36º | 0.46% | 0.84% | - |
| XYZ | 42.65 | 39.52 | 21.9 | - |
| YUV | 169.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 116 | 0 | 0.26 | 0.46 | 0.16 | 25.36 | 0.54 | 0.65 |
| Hex | D5 | 9D | 74 | 0 | 1A | 2E | 10 | 19 | 36 | 41 |
| Octal | 325 | 235 | 164 | 0 | 32 | 56 | 20 | 31 | 66 | 101 |
| Binary | 11010101 | 10011101 | 1110100 | 0 | 11010 | 101110 | 10000 | 11001 | 110110 | 1000001 |
Color Harmonies of #D59D74
Complementary color
Monochromatic Colors of #D59D74
Black with #D59D74
Text Example
Text Example
White with #D59D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D74; }
p { color: rgb(213,157,116); }
H1.HeaderClassName
{
color: #D59D74;
}
.AnyTagClassName
{
color: #D59D74;
}
</style>
background-color css
<style>
a { background-color: #D59D74; }
a { background-color: rgb(213,157,116); }
div.DivClassName
{
background-color: #D59D74;
}
.BgClassName
{
background-color: #D59D74;
}
</style>
border-color css
<style>
span { border-color: #D59D74; }
span { border-color: rgb(213,157,116); }
td.TdClassName
{
border-color: #D59D74;
}
.TagClassName
{
border-color: #D59D74;
}
</style>