Shades of Feldspar #D59674
Tints of Feldspar #D59674
RGB
CMYK
RGB Variations
Color information
#D59674 (or 0xD59674) is known color: Feldspar. HEX triplet: D5, 96 and 74. RGB value is (213,150,116). Sum of RGB (Red+Green+Blue) = 213+150+116=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D59674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59674 is #2A698B. Grayscale: #A5A5A5. Windows color (decimal): -2779532 or 7640789. OLE color: 7640789.
HSL color Cylindrical-coordinate representation of color #D59674: hue angle of 21.03º 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 #D59674 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 116 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.16 |
| HSL | 21.03º | 0.54% | 0.65% | - |
| HSV(B) | 21.03º | 0.46% | 0.84% | - |
| XYZ | 41.5 | 37.22 | 21.52 | - |
| YUV | 164.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 116 | 0 | 0.30 | 0.46 | 0.16 | 21.03 | 0.54 | 0.65 |
| Hex | D5 | 96 | 74 | 0 | 1E | 2E | 10 | 15 | 36 | 41 |
| Octal | 325 | 226 | 164 | 0 | 36 | 56 | 20 | 25 | 66 | 101 |
| Binary | 11010101 | 10010110 | 1110100 | 0 | 11110 | 101110 | 10000 | 10101 | 110110 | 1000001 |
Color Harmonies of #D59674
Complementary color
Monochromatic Colors of #D59674
Black with #D59674
Text Example
Text Example
White with #D59674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59674; }
p { color: rgb(213,150,116); }
H1.HeaderClassName
{
color: #D59674;
}
.AnyTagClassName
{
color: #D59674;
}
</style>
background-color css
<style>
a { background-color: #D59674; }
a { background-color: rgb(213,150,116); }
div.DivClassName
{
background-color: #D59674;
}
.BgClassName
{
background-color: #D59674;
}
</style>
border-color css
<style>
span { border-color: #D59674; }
span { border-color: rgb(213,150,116); }
td.TdClassName
{
border-color: #D59674;
}
.TagClassName
{
border-color: #D59674;
}
</style>