Shades of Feldspar #D89675
Tints of Feldspar #D89675
RGB
CMYK
RGB Variations
Color information
#D89675 (or 0xD89675) is known color: Feldspar. HEX triplet: D8, 96 and 75. RGB value is (216,150,117). Sum of RGB (Red+Green+Blue) = 216+150+117=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89675 is #27698A. Grayscale: #A6A6A6. Windows color (decimal): -2582923 or 7706328. OLE color: 7706328.
HSL color Cylindrical-coordinate representation of color #D89675: hue angle of 20º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D89675 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 117 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.15 |
| HSL | 20º | 0.56% | 0.65% | - |
| HSV(B) | 20º | 0.46% | 0.85% | - |
| XYZ | 42.44 | 37.7 | 21.87 | - |
| YUV | 165.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 117 | 0 | 0.31 | 0.46 | 0.15 | 20 | 0.56 | 0.65 |
| Hex | D8 | 96 | 75 | 0 | 1F | 2E | F | 14 | 38 | 41 |
| Octal | 330 | 226 | 165 | 0 | 37 | 56 | 17 | 24 | 70 | 101 |
| Binary | 11011000 | 10010110 | 1110101 | 0 | 11111 | 101110 | 1111 | 10100 | 111000 | 1000001 |
Color Harmonies of #D89675
Complementary color
Monochromatic Colors of #D89675
Black with #D89675
Text Example
Text Example
White with #D89675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89675; }
p { color: rgb(216,150,117); }
H1.HeaderClassName
{
color: #D89675;
}
.AnyTagClassName
{
color: #D89675;
}
</style>
background-color css
<style>
a { background-color: #D89675; }
a { background-color: rgb(216,150,117); }
div.DivClassName
{
background-color: #D89675;
}
.BgClassName
{
background-color: #D89675;
}
</style>
border-color css
<style>
span { border-color: #D89675; }
span { border-color: rgb(216,150,117); }
td.TdClassName
{
border-color: #D89675;
}
.TagClassName
{
border-color: #D89675;
}
</style>