Shades of Feldspar #D59A7F
Tints of Feldspar #D59A7F
RGB
CMYK
RGB Variations
Color information
#D59A7F (or 0xD59A7F) is known color: Feldspar. HEX triplet: D5, 9A and 7F. RGB value is (213,154,127). Sum of RGB (Red+Green+Blue) = 213+154+127=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A7F is #2A6580. Grayscale: #A8A8A8. Windows color (decimal): -2778497 or 8362709. OLE color: 8362709.
HSL color Cylindrical-coordinate representation of color #D59A7F: hue angle of 18.84º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D59A7F is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 127 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.16 |
| HSL | 18.84º | 0.51% | 0.67% | - |
| HSV(B) | 18.84º | 0.4% | 0.84% | - |
| XYZ | 42.83 | 38.79 | 25.31 | - |
| YUV | 168.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 127 | 0 | 0.28 | 0.40 | 0.16 | 18.84 | 0.51 | 0.67 |
| Hex | D5 | 9A | 7F | 0 | 1C | 28 | 10 | 13 | 33 | 43 |
| Octal | 325 | 232 | 177 | 0 | 34 | 50 | 20 | 23 | 63 | 103 |
| Binary | 11010101 | 10011010 | 1111111 | 0 | 11100 | 101000 | 10000 | 10011 | 110011 | 1000011 |
Color Harmonies of #D59A7F
Complementary color
Monochromatic Colors of #D59A7F
Black with #D59A7F
Text Example
Text Example
White with #D59A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A7F; }
p { color: rgb(213,154,127); }
H1.HeaderClassName
{
color: #D59A7F;
}
.AnyTagClassName
{
color: #D59A7F;
}
</style>
background-color css
<style>
a { background-color: #D59A7F; }
a { background-color: rgb(213,154,127); }
div.DivClassName
{
background-color: #D59A7F;
}
.BgClassName
{
background-color: #D59A7F;
}
</style>
border-color css
<style>
span { border-color: #D59A7F; }
span { border-color: rgb(213,154,127); }
td.TdClassName
{
border-color: #D59A7F;
}
.TagClassName
{
border-color: #D59A7F;
}
</style>