Shades of Feldspar #D59179
Tints of Feldspar #D59179
RGB
CMYK
RGB Variations
Color information
#D59179 (or 0xD59179) is known color: Feldspar. HEX triplet: D5, 91 and 79. RGB value is (213,145,121). Sum of RGB (Red+Green+Blue) = 213+145+121=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D59179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59179 is #2A6E86. Grayscale: #A2A2A2. Windows color (decimal): -2780807 or 7967189. OLE color: 7967189.
HSL color Cylindrical-coordinate representation of color #D59179: hue angle of 15.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D59179 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 121 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.16 |
| HSL | 15.65º | 0.52% | 0.65% | - |
| HSV(B) | 15.65º | 0.43% | 0.84% | - |
| XYZ | 41.02 | 35.78 | 22.83 | - |
| YUV | 162.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 121 | 0 | 0.32 | 0.43 | 0.16 | 15.65 | 0.52 | 0.65 |
| Hex | D5 | 91 | 79 | 0 | 20 | 2B | 10 | 10 | 34 | 41 |
| Octal | 325 | 221 | 171 | 0 | 40 | 53 | 20 | 20 | 64 | 101 |
| Binary | 11010101 | 10010001 | 1111001 | 0 | 100000 | 101011 | 10000 | 10000 | 110100 | 1000001 |
Color Harmonies of #D59179
Complementary color
Monochromatic Colors of #D59179
Black with #D59179
Text Example
Text Example
White with #D59179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59179; }
p { color: rgb(213,145,121); }
H1.HeaderClassName
{
color: #D59179;
}
.AnyTagClassName
{
color: #D59179;
}
</style>
background-color css
<style>
a { background-color: #D59179; }
a { background-color: rgb(213,145,121); }
div.DivClassName
{
background-color: #D59179;
}
.BgClassName
{
background-color: #D59179;
}
</style>
border-color css
<style>
span { border-color: #D59179; }
span { border-color: rgb(213,145,121); }
td.TdClassName
{
border-color: #D59179;
}
.TagClassName
{
border-color: #D59179;
}
</style>