Shades of Feldspar #D79076
Tints of Feldspar #D79076
RGB
CMYK
RGB Variations
Color information
#D79076 (or 0xD79076) is known color: Feldspar. HEX triplet: D7, 90 and 76. RGB value is (215,144,118). Sum of RGB (Red+Green+Blue) = 215+144+118=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D79076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79076 is #286F89. Grayscale: #A2A2A2. Windows color (decimal): -2649994 or 7770327. OLE color: 7770327.
HSL color Cylindrical-coordinate representation of color #D79076: hue angle of 16.08º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D79076 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 118 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.16 |
| HSL | 16.08º | 0.55% | 0.65% | - |
| HSV(B) | 16.08º | 0.45% | 0.84% | - |
| XYZ | 41.27 | 35.7 | 21.86 | - |
| YUV | 162.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 118 | 0 | 0.33 | 0.45 | 0.16 | 16.08 | 0.55 | 0.65 |
| Hex | D7 | 90 | 76 | 0 | 21 | 2D | 10 | 10 | 37 | 41 |
| Octal | 327 | 220 | 166 | 0 | 41 | 55 | 20 | 20 | 67 | 101 |
| Binary | 11010111 | 10010000 | 1110110 | 0 | 100001 | 101101 | 10000 | 10000 | 110111 | 1000001 |
Color Harmonies of #D79076
Complementary color
Monochromatic Colors of #D79076
Black with #D79076
Text Example
Text Example
White with #D79076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79076; }
p { color: rgb(215,144,118); }
H1.HeaderClassName
{
color: #D79076;
}
.AnyTagClassName
{
color: #D79076;
}
</style>
background-color css
<style>
a { background-color: #D79076; }
a { background-color: rgb(215,144,118); }
div.DivClassName
{
background-color: #D79076;
}
.BgClassName
{
background-color: #D79076;
}
</style>
border-color css
<style>
span { border-color: #D79076; }
span { border-color: rgb(215,144,118); }
td.TdClassName
{
border-color: #D79076;
}
.TagClassName
{
border-color: #D79076;
}
</style>