Shades of Feldspar #D59172
Tints of Feldspar #D59172
RGB
CMYK
RGB Variations
Color information
#D59172 (or 0xD59172) is known color: Feldspar. HEX triplet: D5, 91 and 72. RGB value is (213,145,114). Sum of RGB (Red+Green+Blue) = 213+145+114=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D59172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59172 is #2A6E8D. Grayscale: #A1A1A1. Windows color (decimal): -2780814 or 7508437. OLE color: 7508437.
HSL color Cylindrical-coordinate representation of color #D59172: hue angle of 18.79º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D59172 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 114 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.16 |
| HSL | 18.79º | 0.54% | 0.64% | - |
| HSV(B) | 18.79º | 0.46% | 0.84% | - |
| XYZ | 40.6 | 35.61 | 20.65 | - |
| YUV | 161.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 114 | 0 | 0.32 | 0.46 | 0.16 | 18.79 | 0.54 | 0.64 |
| Hex | D5 | 91 | 72 | 0 | 20 | 2E | 10 | 13 | 36 | 40 |
| Octal | 325 | 221 | 162 | 0 | 40 | 56 | 20 | 23 | 66 | 100 |
| Binary | 11010101 | 10010001 | 1110010 | 0 | 100000 | 101110 | 10000 | 10011 | 110110 | 1000000 |
Color Harmonies of #D59172
Complementary color
Monochromatic Colors of #D59172
Black with #D59172
Text Example
Text Example
White with #D59172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59172; }
p { color: rgb(213,145,114); }
H1.HeaderClassName
{
color: #D59172;
}
.AnyTagClassName
{
color: #D59172;
}
</style>
background-color css
<style>
a { background-color: #D59172; }
a { background-color: rgb(213,145,114); }
div.DivClassName
{
background-color: #D59172;
}
.BgClassName
{
background-color: #D59172;
}
</style>
border-color css
<style>
span { border-color: #D59172; }
span { border-color: rgb(213,145,114); }
td.TdClassName
{
border-color: #D59172;
}
.TagClassName
{
border-color: #D59172;
}
</style>