Shades of Feldspar #D89B77
Tints of Feldspar #D89B77
RGB
CMYK
RGB Variations
Color information
#D89B77 (or 0xD89B77) is known color: Feldspar. HEX triplet: D8, 9B and 77. RGB value is (216,155,119). Sum of RGB (Red+Green+Blue) = 216+155+119=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B77 is #276488. Grayscale: #A9A9A9. Windows color (decimal): -2581641 or 7838680. OLE color: 7838680.
HSL color Cylindrical-coordinate representation of color #D89B77: hue angle of 22.27º 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 #D89B77 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 119 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.15 |
| HSL | 22.27º | 0.55% | 0.66% | - |
| HSV(B) | 22.27º | 0.45% | 0.85% | - |
| XYZ | 43.37 | 39.37 | 22.77 | - |
| YUV | 169.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 119 | 0 | 0.28 | 0.45 | 0.15 | 22.27 | 0.55 | 0.66 |
| Hex | D8 | 9B | 77 | 0 | 1C | 2D | F | 16 | 37 | 42 |
| Octal | 330 | 233 | 167 | 0 | 34 | 55 | 17 | 26 | 67 | 102 |
| Binary | 11011000 | 10011011 | 1110111 | 0 | 11100 | 101101 | 1111 | 10110 | 110111 | 1000010 |
Color Harmonies of #D89B77
Complementary color
Monochromatic Colors of #D89B77
Black with #D89B77
Text Example
Text Example
White with #D89B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B77; }
p { color: rgb(216,155,119); }
H1.HeaderClassName
{
color: #D89B77;
}
.AnyTagClassName
{
color: #D89B77;
}
</style>
background-color css
<style>
a { background-color: #D89B77; }
a { background-color: rgb(216,155,119); }
div.DivClassName
{
background-color: #D89B77;
}
.BgClassName
{
background-color: #D89B77;
}
</style>
border-color css
<style>
span { border-color: #D89B77; }
span { border-color: rgb(216,155,119); }
td.TdClassName
{
border-color: #D89B77;
}
.TagClassName
{
border-color: #D89B77;
}
</style>