Shades of Feldspar #D89677
Tints of Feldspar #D89677
RGB
CMYK
RGB Variations
Color information
#D89677 (or 0xD89677) is known color: Feldspar. HEX triplet: D8, 96 and 77. RGB value is (216,150,119). Sum of RGB (Red+Green+Blue) = 216+150+119=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D89677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89677 is #276988. Grayscale: #A6A6A6. Windows color (decimal): -2582921 or 7837400. OLE color: 7837400.
HSL color Cylindrical-coordinate representation of color #D89677: hue angle of 19.18º 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 #D89677 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 119 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.15 |
| HSL | 19.18º | 0.55% | 0.66% | - |
| HSV(B) | 19.18º | 0.45% | 0.85% | - |
| XYZ | 42.56 | 37.74 | 22.5 | - |
| YUV | 166.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 119 | 0 | 0.31 | 0.45 | 0.15 | 19.18 | 0.55 | 0.66 |
| Hex | D8 | 96 | 77 | 0 | 1F | 2D | F | 13 | 37 | 42 |
| Octal | 330 | 226 | 167 | 0 | 37 | 55 | 17 | 23 | 67 | 102 |
| Binary | 11011000 | 10010110 | 1110111 | 0 | 11111 | 101101 | 1111 | 10011 | 110111 | 1000010 |
Color Harmonies of #D89677
Complementary color
Monochromatic Colors of #D89677
Black with #D89677
Text Example
Text Example
White with #D89677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89677; }
p { color: rgb(216,150,119); }
H1.HeaderClassName
{
color: #D89677;
}
.AnyTagClassName
{
color: #D89677;
}
</style>
background-color css
<style>
a { background-color: #D89677; }
a { background-color: rgb(216,150,119); }
div.DivClassName
{
background-color: #D89677;
}
.BgClassName
{
background-color: #D89677;
}
</style>
border-color css
<style>
span { border-color: #D89677; }
span { border-color: rgb(216,150,119); }
td.TdClassName
{
border-color: #D89677;
}
.TagClassName
{
border-color: #D89677;
}
</style>