Shades of Feldspar #D59574
Tints of Feldspar #D59574
RGB
CMYK
RGB Variations
Color information
#D59574 (or 0xD59574) is known color: Feldspar. HEX triplet: D5, 95 and 74. RGB value is (213,149,116). Sum of RGB (Red+Green+Blue) = 213+149+116=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59574 is #2A6A8B. Grayscale: #A4A4A4. Windows color (decimal): -2779788 or 7640533. OLE color: 7640533.
HSL color Cylindrical-coordinate representation of color #D59574: hue angle of 20.41º 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 #D59574 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 116 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.16 |
| HSL | 20.41º | 0.54% | 0.65% | - |
| HSV(B) | 20.41º | 0.46% | 0.84% | - |
| XYZ | 41.34 | 36.9 | 21.47 | - |
| YUV | 164.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 116 | 0 | 0.30 | 0.46 | 0.16 | 20.41 | 0.54 | 0.65 |
| Hex | D5 | 95 | 74 | 0 | 1E | 2E | 10 | 14 | 36 | 41 |
| Octal | 325 | 225 | 164 | 0 | 36 | 56 | 20 | 24 | 66 | 101 |
| Binary | 11010101 | 10010101 | 1110100 | 0 | 11110 | 101110 | 10000 | 10100 | 110110 | 1000001 |
Color Harmonies of #D59574
Complementary color
Monochromatic Colors of #D59574
Black with #D59574
Text Example
Text Example
White with #D59574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59574; }
p { color: rgb(213,149,116); }
H1.HeaderClassName
{
color: #D59574;
}
.AnyTagClassName
{
color: #D59574;
}
</style>
background-color css
<style>
a { background-color: #D59574; }
a { background-color: rgb(213,149,116); }
div.DivClassName
{
background-color: #D59574;
}
.BgClassName
{
background-color: #D59574;
}
</style>
border-color css
<style>
span { border-color: #D59574; }
span { border-color: rgb(213,149,116); }
td.TdClassName
{
border-color: #D59574;
}
.TagClassName
{
border-color: #D59574;
}
</style>