Shades of Feldspar #D8957B
Tints of Feldspar #D8957B
RGB
CMYK
RGB Variations
Color information
#D8957B (or 0xD8957B) is known color: Feldspar. HEX triplet: D8, 95 and 7B. RGB value is (216,149,123). Sum of RGB (Red+Green+Blue) = 216+149+123=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8957B is #276A84. Grayscale: #A6A6A6. Windows color (decimal): -2583173 or 8099288. OLE color: 8099288.
HSL color Cylindrical-coordinate representation of color #D8957B: hue angle of 16.77º 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 #D8957B is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 123 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.15 |
| HSL | 16.77º | 0.54% | 0.66% | - |
| HSV(B) | 16.77º | 0.43% | 0.85% | - |
| XYZ | 42.64 | 37.52 | 23.73 | - |
| YUV | 166.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 123 | 0 | 0.31 | 0.43 | 0.15 | 16.77 | 0.54 | 0.66 |
| Hex | D8 | 95 | 7B | 0 | 1F | 2B | F | 11 | 36 | 42 |
| Octal | 330 | 225 | 173 | 0 | 37 | 53 | 17 | 21 | 66 | 102 |
| Binary | 11011000 | 10010101 | 1111011 | 0 | 11111 | 101011 | 1111 | 10001 | 110110 | 1000010 |
Color Harmonies of #D8957B
Complementary color
Monochromatic Colors of #D8957B
Black with #D8957B
Text Example
Text Example
White with #D8957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8957B; }
p { color: rgb(216,149,123); }
H1.HeaderClassName
{
color: #D8957B;
}
.AnyTagClassName
{
color: #D8957B;
}
</style>
background-color css
<style>
a { background-color: #D8957B; }
a { background-color: rgb(216,149,123); }
div.DivClassName
{
background-color: #D8957B;
}
.BgClassName
{
background-color: #D8957B;
}
</style>
border-color css
<style>
span { border-color: #D8957B; }
span { border-color: rgb(216,149,123); }
td.TdClassName
{
border-color: #D8957B;
}
.TagClassName
{
border-color: #D8957B;
}
</style>