Shades of Feldspar #D59680
Tints of Feldspar #D59680
RGB
CMYK
RGB Variations
Color information
#D59680 (or 0xD59680) is known color: Feldspar. HEX triplet: D5, 96 and 80. RGB value is (213,150,128). Sum of RGB (Red+Green+Blue) = 213+150+128=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D59680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59680 is #2A697F. Grayscale: #A6A6A6. Windows color (decimal): -2779520 or 8427221. OLE color: 8427221.
HSL color Cylindrical-coordinate representation of color #D59680: hue angle of 15.53º 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 #D59680 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 128 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.16 |
| HSL | 15.53º | 0.5% | 0.67% | - |
| HSV(B) | 15.53º | 0.4% | 0.84% | - |
| XYZ | 42.24 | 37.52 | 25.44 | - |
| YUV | 166.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 128 | 0 | 0.30 | 0.40 | 0.16 | 15.53 | 0.5 | 0.67 |
| Hex | D5 | 96 | 80 | 0 | 1E | 28 | 10 | 10 | 32 | 43 |
| Octal | 325 | 226 | 200 | 0 | 36 | 50 | 20 | 20 | 62 | 103 |
| Binary | 11010101 | 10010110 | 10000000 | 0 | 11110 | 101000 | 10000 | 10000 | 110010 | 1000011 |
Color Harmonies of #D59680
Complementary color
Monochromatic Colors of #D59680
Black with #D59680
Text Example
Text Example
White with #D59680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59680; }
p { color: rgb(213,150,128); }
H1.HeaderClassName
{
color: #D59680;
}
.AnyTagClassName
{
color: #D59680;
}
</style>
background-color css
<style>
a { background-color: #D59680; }
a { background-color: rgb(213,150,128); }
div.DivClassName
{
background-color: #D59680;
}
.BgClassName
{
background-color: #D59680;
}
</style>
border-color css
<style>
span { border-color: #D59680; }
span { border-color: rgb(213,150,128); }
td.TdClassName
{
border-color: #D59680;
}
.TagClassName
{
border-color: #D59680;
}
</style>