Shades of Feldspar #D8976D
Tints of Feldspar #D8976D
RGB
CMYK
RGB Variations
Color information
#D8976D (or 0xD8976D) is known color: Feldspar. HEX triplet: D8, 97 and 6D. RGB value is (216,151,109). Sum of RGB (Red+Green+Blue) = 216+151+109=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8976D is #276892. Grayscale: #A5A5A5. Windows color (decimal): -2582675 or 7182296. OLE color: 7182296.
HSL color Cylindrical-coordinate representation of color #D8976D: hue angle of 23.55º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8976D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 109 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.15 |
| HSL | 23.55º | 0.58% | 0.64% | - |
| HSV(B) | 23.55º | 0.5% | 0.85% | - |
| XYZ | 42.15 | 37.84 | 19.55 | - |
| YUV | 165.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 109 | 0 | 0.30 | 0.50 | 0.15 | 23.55 | 0.58 | 0.64 |
| Hex | D8 | 97 | 6D | 0 | 1E | 32 | F | 18 | 3A | 40 |
| Octal | 330 | 227 | 155 | 0 | 36 | 62 | 17 | 30 | 72 | 100 |
| Binary | 11011000 | 10010111 | 1101101 | 0 | 11110 | 110010 | 1111 | 11000 | 111010 | 1000000 |
Color Harmonies of #D8976D
Complementary color
Monochromatic Colors of #D8976D
Black with #D8976D
Text Example
Text Example
White with #D8976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8976D; }
p { color: rgb(216,151,109); }
H1.HeaderClassName
{
color: #D8976D;
}
.AnyTagClassName
{
color: #D8976D;
}
</style>
background-color css
<style>
a { background-color: #D8976D; }
a { background-color: rgb(216,151,109); }
div.DivClassName
{
background-color: #D8976D;
}
.BgClassName
{
background-color: #D8976D;
}
</style>
border-color css
<style>
span { border-color: #D8976D; }
span { border-color: rgb(216,151,109); }
td.TdClassName
{
border-color: #D8976D;
}
.TagClassName
{
border-color: #D8976D;
}
</style>