Shades of Feldspar #D8957A
Tints of Feldspar #D8957A
RGB
CMYK
RGB Variations
Color information
#D8957A (or 0xD8957A) is known color: Feldspar. HEX triplet: D8, 95 and 7A. RGB value is (216,149,122). Sum of RGB (Red+Green+Blue) = 216+149+122=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8957A is #276A85. Grayscale: #A6A6A6. Windows color (decimal): -2583174 or 8033752. OLE color: 8033752.
HSL color Cylindrical-coordinate representation of color #D8957A: hue angle of 17.23º 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 #D8957A is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 122 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.15 |
| HSL | 17.23º | 0.55% | 0.66% | - |
| HSV(B) | 17.23º | 0.44% | 0.85% | - |
| XYZ | 42.58 | 37.5 | 23.41 | - |
| YUV | 165.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 122 | 0 | 0.31 | 0.44 | 0.15 | 17.23 | 0.55 | 0.66 |
| Hex | D8 | 95 | 7A | 0 | 1F | 2C | F | 11 | 37 | 42 |
| Octal | 330 | 225 | 172 | 0 | 37 | 54 | 17 | 21 | 67 | 102 |
| Binary | 11011000 | 10010101 | 1111010 | 0 | 11111 | 101100 | 1111 | 10001 | 110111 | 1000010 |
Color Harmonies of #D8957A
Complementary color
Monochromatic Colors of #D8957A
Black with #D8957A
Text Example
Text Example
White with #D8957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8957A; }
p { color: rgb(216,149,122); }
H1.HeaderClassName
{
color: #D8957A;
}
.AnyTagClassName
{
color: #D8957A;
}
</style>
background-color css
<style>
a { background-color: #D8957A; }
a { background-color: rgb(216,149,122); }
div.DivClassName
{
background-color: #D8957A;
}
.BgClassName
{
background-color: #D8957A;
}
</style>
border-color css
<style>
span { border-color: #D8957A; }
span { border-color: rgb(216,149,122); }
td.TdClassName
{
border-color: #D8957A;
}
.TagClassName
{
border-color: #D8957A;
}
</style>