Shades of Feldspar #D8927B
Tints of Feldspar #D8927B
RGB
CMYK
RGB Variations
Color information
#D8927B (or 0xD8927B) is known color: Feldspar. HEX triplet: D8, 92 and 7B. RGB value is (216,146,123). Sum of RGB (Red+Green+Blue) = 216+146+123=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8927B is #276D84. Grayscale: #A4A4A4. Windows color (decimal): -2583941 or 8098520. OLE color: 8098520.
HSL color Cylindrical-coordinate representation of color #D8927B: hue angle of 14.84º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8927B is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 123 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.15 |
| HSL | 14.84º | 0.54% | 0.66% | - |
| HSV(B) | 14.84º | 0.43% | 0.85% | - |
| XYZ | 42.17 | 36.59 | 23.58 | - |
| YUV | 164.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 123 | 0 | 0.32 | 0.43 | 0.15 | 14.84 | 0.54 | 0.66 |
| Hex | D8 | 92 | 7B | 0 | 20 | 2B | F | F | 36 | 42 |
| Octal | 330 | 222 | 173 | 0 | 40 | 53 | 17 | 17 | 66 | 102 |
| Binary | 11011000 | 10010010 | 1111011 | 0 | 100000 | 101011 | 1111 | 1111 | 110110 | 1000010 |
Color Harmonies of #D8927B
Complementary color
Monochromatic Colors of #D8927B
Black with #D8927B
Text Example
Text Example
White with #D8927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8927B; }
p { color: rgb(216,146,123); }
H1.HeaderClassName
{
color: #D8927B;
}
.AnyTagClassName
{
color: #D8927B;
}
</style>
background-color css
<style>
a { background-color: #D8927B; }
a { background-color: rgb(216,146,123); }
div.DivClassName
{
background-color: #D8927B;
}
.BgClassName
{
background-color: #D8927B;
}
</style>
border-color css
<style>
span { border-color: #D8927B; }
span { border-color: rgb(216,146,123); }
td.TdClassName
{
border-color: #D8927B;
}
.TagClassName
{
border-color: #D8927B;
}
</style>