Shades of Feldspar #D89680
Tints of Feldspar #D89680
RGB
CMYK
RGB Variations
Color information
#D89680 (or 0xD89680) is known color: Feldspar. HEX triplet: D8, 96 and 80. RGB value is (216,150,128). Sum of RGB (Red+Green+Blue) = 216+150+128=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D89680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89680 is #27697F. Grayscale: #A7A7A7. Windows color (decimal): -2582912 or 8427224. OLE color: 8427224.
HSL color Cylindrical-coordinate representation of color #D89680: hue angle of 15º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D89680 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 128 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.15 |
| HSL | 15º | 0.53% | 0.67% | - |
| HSV(B) | 15º | 0.41% | 0.85% | - |
| XYZ | 43.12 | 37.97 | 25.48 | - |
| YUV | 167.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 128 | 0 | 0.31 | 0.41 | 0.15 | 15 | 0.53 | 0.67 |
| Hex | D8 | 96 | 80 | 0 | 1F | 29 | F | F | 35 | 43 |
| Octal | 330 | 226 | 200 | 0 | 37 | 51 | 17 | 17 | 65 | 103 |
| Binary | 11011000 | 10010110 | 10000000 | 0 | 11111 | 101001 | 1111 | 1111 | 110101 | 1000011 |
Color Harmonies of #D89680
Complementary color
Monochromatic Colors of #D89680
Black with #D89680
Text Example
Text Example
White with #D89680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89680; }
p { color: rgb(216,150,128); }
H1.HeaderClassName
{
color: #D89680;
}
.AnyTagClassName
{
color: #D89680;
}
</style>
background-color css
<style>
a { background-color: #D89680; }
a { background-color: rgb(216,150,128); }
div.DivClassName
{
background-color: #D89680;
}
.BgClassName
{
background-color: #D89680;
}
</style>
border-color css
<style>
span { border-color: #D89680; }
span { border-color: rgb(216,150,128); }
td.TdClassName
{
border-color: #D89680;
}
.TagClassName
{
border-color: #D89680;
}
</style>