Shades of Feldspar #D59A7D
Tints of Feldspar #D59A7D
RGB
CMYK
RGB Variations
Color information
#D59A7D (or 0xD59A7D) is known color: Feldspar. HEX triplet: D5, 9A and 7D. RGB value is (213,154,125). Sum of RGB (Red+Green+Blue) = 213+154+125=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A7D is #2A6582. Grayscale: #A8A8A8. Windows color (decimal): -2778499 or 8231637. OLE color: 8231637.
HSL color Cylindrical-coordinate representation of color #D59A7D: hue angle of 19.77º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D59A7D is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 125 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.16 |
| HSL | 19.77º | 0.51% | 0.66% | - |
| HSV(B) | 19.77º | 0.41% | 0.84% | - |
| XYZ | 42.7 | 38.74 | 24.63 | - |
| YUV | 168.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 125 | 0 | 0.28 | 0.41 | 0.16 | 19.77 | 0.51 | 0.66 |
| Hex | D5 | 9A | 7D | 0 | 1C | 29 | 10 | 14 | 33 | 42 |
| Octal | 325 | 232 | 175 | 0 | 34 | 51 | 20 | 24 | 63 | 102 |
| Binary | 11010101 | 10011010 | 1111101 | 0 | 11100 | 101001 | 10000 | 10100 | 110011 | 1000010 |
Color Harmonies of #D59A7D
Complementary color
Monochromatic Colors of #D59A7D
Black with #D59A7D
Text Example
Text Example
White with #D59A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A7D; }
p { color: rgb(213,154,125); }
H1.HeaderClassName
{
color: #D59A7D;
}
.AnyTagClassName
{
color: #D59A7D;
}
</style>
background-color css
<style>
a { background-color: #D59A7D; }
a { background-color: rgb(213,154,125); }
div.DivClassName
{
background-color: #D59A7D;
}
.BgClassName
{
background-color: #D59A7D;
}
</style>
border-color css
<style>
span { border-color: #D59A7D; }
span { border-color: rgb(213,154,125); }
td.TdClassName
{
border-color: #D59A7D;
}
.TagClassName
{
border-color: #D59A7D;
}
</style>