Shades of Feldspar #D89376
Tints of Feldspar #D89376
RGB
CMYK
RGB Variations
Color information
#D89376 (or 0xD89376) is known color: Feldspar. HEX triplet: D8, 93 and 76. RGB value is (216,147,118). Sum of RGB (Red+Green+Blue) = 216+147+118=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D89376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89376 is #276C89. Grayscale: #A4A4A4. Windows color (decimal): -2583690 or 7771096. OLE color: 7771096.
HSL color Cylindrical-coordinate representation of color #D89376: hue angle of 17.76º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D89376 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 118 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.15 |
| HSL | 17.76º | 0.56% | 0.65% | - |
| HSV(B) | 17.76º | 0.45% | 0.85% | - |
| XYZ | 42.02 | 36.77 | 22.02 | - |
| YUV | 164.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 118 | 0 | 0.32 | 0.45 | 0.15 | 17.76 | 0.56 | 0.65 |
| Hex | D8 | 93 | 76 | 0 | 20 | 2D | F | 12 | 38 | 41 |
| Octal | 330 | 223 | 166 | 0 | 40 | 55 | 17 | 22 | 70 | 101 |
| Binary | 11011000 | 10010011 | 1110110 | 0 | 100000 | 101101 | 1111 | 10010 | 111000 | 1000001 |
Color Harmonies of #D89376
Complementary color
Monochromatic Colors of #D89376
Black with #D89376
Text Example
Text Example
White with #D89376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89376; }
p { color: rgb(216,147,118); }
H1.HeaderClassName
{
color: #D89376;
}
.AnyTagClassName
{
color: #D89376;
}
</style>
background-color css
<style>
a { background-color: #D89376; }
a { background-color: rgb(216,147,118); }
div.DivClassName
{
background-color: #D89376;
}
.BgClassName
{
background-color: #D89376;
}
</style>
border-color css
<style>
span { border-color: #D89376; }
span { border-color: rgb(216,147,118); }
td.TdClassName
{
border-color: #D89376;
}
.TagClassName
{
border-color: #D89376;
}
</style>