Shades of Feldspar #D59D7A
Tints of Feldspar #D59D7A
RGB
CMYK
RGB Variations
Color information
#D59D7A (or 0xD59D7A) is known color: Feldspar. HEX triplet: D5, 9D and 7A. RGB value is (213,157,122). Sum of RGB (Red+Green+Blue) = 213+157+122=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D7A is #2A6285. Grayscale: #A9A9A9. Windows color (decimal): -2777734 or 8035797. OLE color: 8035797.
HSL color Cylindrical-coordinate representation of color #D59D7A: hue angle of 23.08º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D59D7A is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 122 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.16 |
| HSL | 23.08º | 0.52% | 0.66% | - |
| HSV(B) | 23.08º | 0.43% | 0.84% | - |
| XYZ | 43.01 | 39.67 | 23.8 | - |
| YUV | 169.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 122 | 0 | 0.26 | 0.43 | 0.16 | 23.08 | 0.52 | 0.66 |
| Hex | D5 | 9D | 7A | 0 | 1A | 2B | 10 | 17 | 34 | 42 |
| Octal | 325 | 235 | 172 | 0 | 32 | 53 | 20 | 27 | 64 | 102 |
| Binary | 11010101 | 10011101 | 1111010 | 0 | 11010 | 101011 | 10000 | 10111 | 110100 | 1000010 |
Color Harmonies of #D59D7A
Complementary color
Monochromatic Colors of #D59D7A
Black with #D59D7A
Text Example
Text Example
White with #D59D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D7A; }
p { color: rgb(213,157,122); }
H1.HeaderClassName
{
color: #D59D7A;
}
.AnyTagClassName
{
color: #D59D7A;
}
</style>
background-color css
<style>
a { background-color: #D59D7A; }
a { background-color: rgb(213,157,122); }
div.DivClassName
{
background-color: #D59D7A;
}
.BgClassName
{
background-color: #D59D7A;
}
</style>
border-color css
<style>
span { border-color: #D59D7A; }
span { border-color: rgb(213,157,122); }
td.TdClassName
{
border-color: #D59D7A;
}
.TagClassName
{
border-color: #D59D7A;
}
</style>