Shades of Feldspar #D89975
Tints of Feldspar #D89975
RGB
CMYK
RGB Variations
Color information
#D89975 (or 0xD89975) is known color: Feldspar. HEX triplet: D8, 99 and 75. RGB value is (216,153,117). Sum of RGB (Red+Green+Blue) = 216+153+117=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D89975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89975 is #27668A. Grayscale: #A7A7A7. Windows color (decimal): -2582155 or 7707096. OLE color: 7707096.
HSL color Cylindrical-coordinate representation of color #D89975: hue angle of 21.82º 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 #D89975 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 117 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.15 |
| HSL | 21.82º | 0.56% | 0.65% | - |
| HSV(B) | 21.82º | 0.46% | 0.85% | - |
| XYZ | 42.92 | 38.67 | 22.03 | - |
| YUV | 167.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 117 | 0 | 0.29 | 0.46 | 0.15 | 21.82 | 0.56 | 0.65 |
| Hex | D8 | 99 | 75 | 0 | 1D | 2E | F | 16 | 38 | 41 |
| Octal | 330 | 231 | 165 | 0 | 35 | 56 | 17 | 26 | 70 | 101 |
| Binary | 11011000 | 10011001 | 1110101 | 0 | 11101 | 101110 | 1111 | 10110 | 111000 | 1000001 |
Color Harmonies of #D89975
Complementary color
Monochromatic Colors of #D89975
Black with #D89975
Text Example
Text Example
White with #D89975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89975; }
p { color: rgb(216,153,117); }
H1.HeaderClassName
{
color: #D89975;
}
.AnyTagClassName
{
color: #D89975;
}
</style>
background-color css
<style>
a { background-color: #D89975; }
a { background-color: rgb(216,153,117); }
div.DivClassName
{
background-color: #D89975;
}
.BgClassName
{
background-color: #D89975;
}
</style>
border-color css
<style>
span { border-color: #D89975; }
span { border-color: rgb(216,153,117); }
td.TdClassName
{
border-color: #D89975;
}
.TagClassName
{
border-color: #D89975;
}
</style>