Shades of Feldspar #D59677
Tints of Feldspar #D59677
RGB
CMYK
RGB Variations
Color information
#D59677 (or 0xD59677) is known color: Feldspar. HEX triplet: D5, 96 and 77. RGB value is (213,150,119). Sum of RGB (Red+Green+Blue) = 213+150+119=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D59677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59677 is #2A6988. Grayscale: #A5A5A5. Windows color (decimal): -2779529 or 7837397. OLE color: 7837397.
HSL color Cylindrical-coordinate representation of color #D59677: hue angle of 19.79º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D59677 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 119 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.16 |
| HSL | 19.79º | 0.53% | 0.65% | - |
| HSV(B) | 19.79º | 0.44% | 0.84% | - |
| XYZ | 41.68 | 37.29 | 22.45 | - |
| YUV | 165.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 119 | 0 | 0.30 | 0.44 | 0.16 | 19.79 | 0.53 | 0.65 |
| Hex | D5 | 96 | 77 | 0 | 1E | 2C | 10 | 14 | 35 | 41 |
| Octal | 325 | 226 | 167 | 0 | 36 | 54 | 20 | 24 | 65 | 101 |
| Binary | 11010101 | 10010110 | 1110111 | 0 | 11110 | 101100 | 10000 | 10100 | 110101 | 1000001 |
Color Harmonies of #D59677
Complementary color
Monochromatic Colors of #D59677
Black with #D59677
Text Example
Text Example
White with #D59677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59677; }
p { color: rgb(213,150,119); }
H1.HeaderClassName
{
color: #D59677;
}
.AnyTagClassName
{
color: #D59677;
}
</style>
background-color css
<style>
a { background-color: #D59677; }
a { background-color: rgb(213,150,119); }
div.DivClassName
{
background-color: #D59677;
}
.BgClassName
{
background-color: #D59677;
}
</style>
border-color css
<style>
span { border-color: #D59677; }
span { border-color: rgb(213,150,119); }
td.TdClassName
{
border-color: #D59677;
}
.TagClassName
{
border-color: #D59677;
}
</style>