Shades of Feldspar #D8927A
Tints of Feldspar #D8927A
RGB
CMYK
RGB Variations
Color information
#D8927A (or 0xD8927A) is known color: Feldspar. HEX triplet: D8, 92 and 7A. RGB value is (216,146,122). Sum of RGB (Red+Green+Blue) = 216+146+122=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8927A is #276D85. Grayscale: #A4A4A4. Windows color (decimal): -2583942 or 8032984. OLE color: 8032984.
HSL color Cylindrical-coordinate representation of color #D8927A: hue angle of 15.32º 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 #D8927A is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 122 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.15 |
| HSL | 15.32º | 0.55% | 0.66% | - |
| HSV(B) | 15.32º | 0.44% | 0.85% | - |
| XYZ | 42.11 | 36.56 | 23.25 | - |
| YUV | 164.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 122 | 0 | 0.32 | 0.44 | 0.15 | 15.32 | 0.55 | 0.66 |
| Hex | D8 | 92 | 7A | 0 | 20 | 2C | F | F | 37 | 42 |
| Octal | 330 | 222 | 172 | 0 | 40 | 54 | 17 | 17 | 67 | 102 |
| Binary | 11011000 | 10010010 | 1111010 | 0 | 100000 | 101100 | 1111 | 1111 | 110111 | 1000010 |
Color Harmonies of #D8927A
Complementary color
Monochromatic Colors of #D8927A
Black with #D8927A
Text Example
Text Example
White with #D8927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8927A; }
p { color: rgb(216,146,122); }
H1.HeaderClassName
{
color: #D8927A;
}
.AnyTagClassName
{
color: #D8927A;
}
</style>
background-color css
<style>
a { background-color: #D8927A; }
a { background-color: rgb(216,146,122); }
div.DivClassName
{
background-color: #D8927A;
}
.BgClassName
{
background-color: #D8927A;
}
</style>
border-color css
<style>
span { border-color: #D8927A; }
span { border-color: rgb(216,146,122); }
td.TdClassName
{
border-color: #D8927A;
}
.TagClassName
{
border-color: #D8927A;
}
</style>