Shades of Feldspar #D89679
Tints of Feldspar #D89679
RGB
CMYK
RGB Variations
Color information
#D89679 (or 0xD89679) is known color: Feldspar. HEX triplet: D8, 96 and 79. RGB value is (216,150,121). Sum of RGB (Red+Green+Blue) = 216+150+121=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D89679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89679 is #276986. Grayscale: #A6A6A6. Windows color (decimal): -2582919 or 7968472. OLE color: 7968472.
HSL color Cylindrical-coordinate representation of color #D89679: hue angle of 18.32º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D89679 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 121 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.15 |
| HSL | 18.32º | 0.55% | 0.66% | - |
| HSV(B) | 18.32º | 0.44% | 0.85% | - |
| XYZ | 42.68 | 37.79 | 23.13 | - |
| YUV | 166.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 121 | 0 | 0.31 | 0.44 | 0.15 | 18.32 | 0.55 | 0.66 |
| Hex | D8 | 96 | 79 | 0 | 1F | 2C | F | 12 | 37 | 42 |
| Octal | 330 | 226 | 171 | 0 | 37 | 54 | 17 | 22 | 67 | 102 |
| Binary | 11011000 | 10010110 | 1111001 | 0 | 11111 | 101100 | 1111 | 10010 | 110111 | 1000010 |
Color Harmonies of #D89679
Complementary color
Monochromatic Colors of #D89679
Black with #D89679
Text Example
Text Example
White with #D89679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89679; }
p { color: rgb(216,150,121); }
H1.HeaderClassName
{
color: #D89679;
}
.AnyTagClassName
{
color: #D89679;
}
</style>
background-color css
<style>
a { background-color: #D89679; }
a { background-color: rgb(216,150,121); }
div.DivClassName
{
background-color: #D89679;
}
.BgClassName
{
background-color: #D89679;
}
</style>
border-color css
<style>
span { border-color: #D89679; }
span { border-color: rgb(216,150,121); }
td.TdClassName
{
border-color: #D89679;
}
.TagClassName
{
border-color: #D89679;
}
</style>