Shades of Feldspar #D59374
Tints of Feldspar #D59374
RGB
CMYK
RGB Variations
Color information
#D59374 (or 0xD59374) is known color: Feldspar. HEX triplet: D5, 93 and 74. RGB value is (213,147,116). Sum of RGB (Red+Green+Blue) = 213+147+116=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D59374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59374 is #2A6C8B. Grayscale: #A3A3A3. Windows color (decimal): -2780300 or 7640021. OLE color: 7640021.
HSL color Cylindrical-coordinate representation of color #D59374: hue angle of 19.18º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D59374 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 116 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.16 |
| HSL | 19.18º | 0.54% | 0.65% | - |
| HSV(B) | 19.18º | 0.46% | 0.84% | - |
| XYZ | 41.03 | 36.27 | 21.36 | - |
| YUV | 163.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 116 | 0 | 0.31 | 0.46 | 0.16 | 19.18 | 0.54 | 0.65 |
| Hex | D5 | 93 | 74 | 0 | 1F | 2E | 10 | 13 | 36 | 41 |
| Octal | 325 | 223 | 164 | 0 | 37 | 56 | 20 | 23 | 66 | 101 |
| Binary | 11010101 | 10010011 | 1110100 | 0 | 11111 | 101110 | 10000 | 10011 | 110110 | 1000001 |
Color Harmonies of #D59374
Complementary color
Monochromatic Colors of #D59374
Black with #D59374
Text Example
Text Example
White with #D59374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59374; }
p { color: rgb(213,147,116); }
H1.HeaderClassName
{
color: #D59374;
}
.AnyTagClassName
{
color: #D59374;
}
</style>
background-color css
<style>
a { background-color: #D59374; }
a { background-color: rgb(213,147,116); }
div.DivClassName
{
background-color: #D59374;
}
.BgClassName
{
background-color: #D59374;
}
</style>
border-color css
<style>
span { border-color: #D59374; }
span { border-color: rgb(213,147,116); }
td.TdClassName
{
border-color: #D59374;
}
.TagClassName
{
border-color: #D59374;
}
</style>