Shades of Feldspar #D59777
Tints of Feldspar #D59777
RGB
CMYK
RGB Variations
Color information
#D59777 (or 0xD59777) is known color: Feldspar. HEX triplet: D5, 97 and 77. RGB value is (213,151,119). Sum of RGB (Red+Green+Blue) = 213+151+119=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59777 is #2A6888. Grayscale: #A6A6A6. Windows color (decimal): -2779273 or 7837653. OLE color: 7837653.
HSL color Cylindrical-coordinate representation of color #D59777: hue angle of 20.43º 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 #D59777 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 119 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.16 |
| HSL | 20.43º | 0.53% | 0.65% | - |
| HSV(B) | 20.43º | 0.44% | 0.84% | - |
| XYZ | 41.84 | 37.61 | 22.51 | - |
| YUV | 165.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 119 | 0 | 0.29 | 0.44 | 0.16 | 20.43 | 0.53 | 0.65 |
| Hex | D5 | 97 | 77 | 0 | 1D | 2C | 10 | 14 | 35 | 41 |
| Octal | 325 | 227 | 167 | 0 | 35 | 54 | 20 | 24 | 65 | 101 |
| Binary | 11010101 | 10010111 | 1110111 | 0 | 11101 | 101100 | 10000 | 10100 | 110101 | 1000001 |
Color Harmonies of #D59777
Complementary color
Monochromatic Colors of #D59777
Black with #D59777
Text Example
Text Example
White with #D59777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59777; }
p { color: rgb(213,151,119); }
H1.HeaderClassName
{
color: #D59777;
}
.AnyTagClassName
{
color: #D59777;
}
</style>
background-color css
<style>
a { background-color: #D59777; }
a { background-color: rgb(213,151,119); }
div.DivClassName
{
background-color: #D59777;
}
.BgClassName
{
background-color: #D59777;
}
</style>
border-color css
<style>
span { border-color: #D59777; }
span { border-color: rgb(213,151,119); }
td.TdClassName
{
border-color: #D59777;
}
.TagClassName
{
border-color: #D59777;
}
</style>