Shades of Feldspar #D89277
Tints of Feldspar #D89277
RGB
CMYK
RGB Variations
Color information
#D89277 (or 0xD89277) is known color: Feldspar. HEX triplet: D8, 92 and 77. RGB value is (216,146,119). Sum of RGB (Red+Green+Blue) = 216+146+119=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D89277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89277 is #276D88. Grayscale: #A4A4A4. Windows color (decimal): -2583945 or 7836376. OLE color: 7836376.
HSL color Cylindrical-coordinate representation of color #D89277: hue angle of 16.7º 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 #D89277 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 119 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.15 |
| HSL | 16.7º | 0.55% | 0.66% | - |
| HSV(B) | 16.7º | 0.45% | 0.85% | - |
| XYZ | 41.93 | 36.49 | 22.29 | - |
| YUV | 163.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 119 | 0 | 0.32 | 0.45 | 0.15 | 16.7 | 0.55 | 0.66 |
| Hex | D8 | 92 | 77 | 0 | 20 | 2D | F | 11 | 37 | 42 |
| Octal | 330 | 222 | 167 | 0 | 40 | 55 | 17 | 21 | 67 | 102 |
| Binary | 11011000 | 10010010 | 1110111 | 0 | 100000 | 101101 | 1111 | 10001 | 110111 | 1000010 |
Color Harmonies of #D89277
Complementary color
Monochromatic Colors of #D89277
Black with #D89277
Text Example
Text Example
White with #D89277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89277; }
p { color: rgb(216,146,119); }
H1.HeaderClassName
{
color: #D89277;
}
.AnyTagClassName
{
color: #D89277;
}
</style>
background-color css
<style>
a { background-color: #D89277; }
a { background-color: rgb(216,146,119); }
div.DivClassName
{
background-color: #D89277;
}
.BgClassName
{
background-color: #D89277;
}
</style>
border-color css
<style>
span { border-color: #D89277; }
span { border-color: rgb(216,146,119); }
td.TdClassName
{
border-color: #D89277;
}
.TagClassName
{
border-color: #D89277;
}
</style>