Shades of Feldspar #D89279
Tints of Feldspar #D89279
RGB
CMYK
RGB Variations
Color information
#D89279 (or 0xD89279) is known color: Feldspar. HEX triplet: D8, 92 and 79. RGB value is (216,146,121). Sum of RGB (Red+Green+Blue) = 216+146+121=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89279 is #276D86. Grayscale: #A4A4A4. Windows color (decimal): -2583943 or 7967448. OLE color: 7967448.
HSL color Cylindrical-coordinate representation of color #D89279: hue angle of 15.79º 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 #D89279 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 121 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.15 |
| HSL | 15.79º | 0.55% | 0.66% | - |
| HSV(B) | 15.79º | 0.44% | 0.85% | - |
| XYZ | 42.05 | 36.54 | 22.93 | - |
| YUV | 164.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 121 | 0 | 0.32 | 0.44 | 0.15 | 15.79 | 0.55 | 0.66 |
| Hex | D8 | 92 | 79 | 0 | 20 | 2C | F | 10 | 37 | 42 |
| Octal | 330 | 222 | 171 | 0 | 40 | 54 | 17 | 20 | 67 | 102 |
| Binary | 11011000 | 10010010 | 1111001 | 0 | 100000 | 101100 | 1111 | 10000 | 110111 | 1000010 |
Color Harmonies of #D89279
Complementary color
Monochromatic Colors of #D89279
Black with #D89279
Text Example
Text Example
White with #D89279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89279; }
p { color: rgb(216,146,121); }
H1.HeaderClassName
{
color: #D89279;
}
.AnyTagClassName
{
color: #D89279;
}
</style>
background-color css
<style>
a { background-color: #D89279; }
a { background-color: rgb(216,146,121); }
div.DivClassName
{
background-color: #D89279;
}
.BgClassName
{
background-color: #D89279;
}
</style>
border-color css
<style>
span { border-color: #D89279; }
span { border-color: rgb(216,146,121); }
td.TdClassName
{
border-color: #D89279;
}
.TagClassName
{
border-color: #D89279;
}
</style>