Shades of Feldspar #D89877
Tints of Feldspar #D89877
RGB
CMYK
RGB Variations
Color information
#D89877 (or 0xD89877) is known color: Feldspar. HEX triplet: D8, 98 and 77. RGB value is (216,152,119). Sum of RGB (Red+Green+Blue) = 216+152+119=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D89877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89877 is #276788. Grayscale: #A7A7A7. Windows color (decimal): -2582409 or 7837912. OLE color: 7837912.
HSL color Cylindrical-coordinate representation of color #D89877: hue angle of 20.41º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D89877 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 119 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.15 |
| HSL | 20.41º | 0.55% | 0.66% | - |
| HSV(B) | 20.41º | 0.45% | 0.85% | - |
| XYZ | 42.88 | 38.39 | 22.6 | - |
| YUV | 167.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 119 | 0 | 0.30 | 0.45 | 0.15 | 20.41 | 0.55 | 0.66 |
| Hex | D8 | 98 | 77 | 0 | 1E | 2D | F | 14 | 37 | 42 |
| Octal | 330 | 230 | 167 | 0 | 36 | 55 | 17 | 24 | 67 | 102 |
| Binary | 11011000 | 10011000 | 1110111 | 0 | 11110 | 101101 | 1111 | 10100 | 110111 | 1000010 |
Color Harmonies of #D89877
Complementary color
Monochromatic Colors of #D89877
Black with #D89877
Text Example
Text Example
White with #D89877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89877; }
p { color: rgb(216,152,119); }
H1.HeaderClassName
{
color: #D89877;
}
.AnyTagClassName
{
color: #D89877;
}
</style>
background-color css
<style>
a { background-color: #D89877; }
a { background-color: rgb(216,152,119); }
div.DivClassName
{
background-color: #D89877;
}
.BgClassName
{
background-color: #D89877;
}
</style>
border-color css
<style>
span { border-color: #D89877; }
span { border-color: rgb(216,152,119); }
td.TdClassName
{
border-color: #D89877;
}
.TagClassName
{
border-color: #D89877;
}
</style>