Shades of Feldspar #D59780
Tints of Feldspar #D59780
RGB
CMYK
RGB Variations
Color information
#D59780 (or 0xD59780) is known color: Feldspar. HEX triplet: D5, 97 and 80. RGB value is (213,151,128). Sum of RGB (Red+Green+Blue) = 213+151+128=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D59780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59780 is #2A687F. Grayscale: #A7A7A7. Windows color (decimal): -2779264 or 8427477. OLE color: 8427477.
HSL color Cylindrical-coordinate representation of color #D59780: hue angle of 16.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D59780 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 128 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.16 |
| HSL | 16.24º | 0.5% | 0.67% | - |
| HSV(B) | 16.24º | 0.4% | 0.84% | - |
| XYZ | 42.4 | 37.84 | 25.49 | - |
| YUV | 166.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 128 | 0 | 0.29 | 0.40 | 0.16 | 16.24 | 0.5 | 0.67 |
| Hex | D5 | 97 | 80 | 0 | 1D | 28 | 10 | 10 | 32 | 43 |
| Octal | 325 | 227 | 200 | 0 | 35 | 50 | 20 | 20 | 62 | 103 |
| Binary | 11010101 | 10010111 | 10000000 | 0 | 11101 | 101000 | 10000 | 10000 | 110010 | 1000011 |
Color Harmonies of #D59780
Complementary color
Monochromatic Colors of #D59780
Black with #D59780
Text Example
Text Example
White with #D59780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59780; }
p { color: rgb(213,151,128); }
H1.HeaderClassName
{
color: #D59780;
}
.AnyTagClassName
{
color: #D59780;
}
</style>
background-color css
<style>
a { background-color: #D59780; }
a { background-color: rgb(213,151,128); }
div.DivClassName
{
background-color: #D59780;
}
.BgClassName
{
background-color: #D59780;
}
</style>
border-color css
<style>
span { border-color: #D59780; }
span { border-color: rgb(213,151,128); }
td.TdClassName
{
border-color: #D59780;
}
.TagClassName
{
border-color: #D59780;
}
</style>