Shades of Feldspar #D89079
Tints of Feldspar #D89079
RGB
CMYK
RGB Variations
Color information
#D89079 (or 0xD89079) is known color: Feldspar. HEX triplet: D8, 90 and 79. RGB value is (216,144,121). Sum of RGB (Red+Green+Blue) = 216+144+121=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D89079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89079 is #276F86. Grayscale: #A3A3A3. Windows color (decimal): -2584455 or 7966936. OLE color: 7966936.
HSL color Cylindrical-coordinate representation of color #D89079: hue angle of 14.53º 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 #D89079 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 121 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.15 |
| HSL | 14.53º | 0.55% | 0.66% | - |
| HSV(B) | 14.53º | 0.44% | 0.85% | - |
| XYZ | 41.74 | 35.93 | 22.82 | - |
| YUV | 162.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 121 | 0 | 0.33 | 0.44 | 0.15 | 14.53 | 0.55 | 0.66 |
| Hex | D8 | 90 | 79 | 0 | 21 | 2C | F | F | 37 | 42 |
| Octal | 330 | 220 | 171 | 0 | 41 | 54 | 17 | 17 | 67 | 102 |
| Binary | 11011000 | 10010000 | 1111001 | 0 | 100001 | 101100 | 1111 | 1111 | 110111 | 1000010 |
Color Harmonies of #D89079
Complementary color
Monochromatic Colors of #D89079
Black with #D89079
Text Example
Text Example
White with #D89079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89079; }
p { color: rgb(216,144,121); }
H1.HeaderClassName
{
color: #D89079;
}
.AnyTagClassName
{
color: #D89079;
}
</style>
background-color css
<style>
a { background-color: #D89079; }
a { background-color: rgb(216,144,121); }
div.DivClassName
{
background-color: #D89079;
}
.BgClassName
{
background-color: #D89079;
}
</style>
border-color css
<style>
span { border-color: #D89079; }
span { border-color: rgb(216,144,121); }
td.TdClassName
{
border-color: #D89079;
}
.TagClassName
{
border-color: #D89079;
}
</style>