Shades of Feldspar #D79E6E
Tints of Feldspar #D79E6E
RGB
CMYK
RGB Variations
Color information
#D79E6E (or 0xD79E6E) is known color: Feldspar. HEX triplet: D7, 9E and 6E. RGB value is (215,158,110). Sum of RGB (Red+Green+Blue) = 215+158+110=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79E6E is #286191. Grayscale: #A9A9A9. Windows color (decimal): -2646418 or 7249623. OLE color: 7249623.
HSL color Cylindrical-coordinate representation of color #D79E6E: hue angle of 27.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D79E6E is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 110 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.16 |
| HSL | 27.43º | 0.57% | 0.64% | - |
| HSV(B) | 27.43º | 0.49% | 0.84% | - |
| XYZ | 43.07 | 40.03 | 20.21 | - |
| YUV | 169.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 110 | 0 | 0.27 | 0.49 | 0.16 | 27.43 | 0.57 | 0.64 |
| Hex | D7 | 9E | 6E | 0 | 1B | 31 | 10 | 1B | 39 | 40 |
| Octal | 327 | 236 | 156 | 0 | 33 | 61 | 20 | 33 | 71 | 100 |
| Binary | 11010111 | 10011110 | 1101110 | 0 | 11011 | 110001 | 10000 | 11011 | 111001 | 1000000 |
Color Harmonies of #D79E6E
Complementary color
Monochromatic Colors of #D79E6E
Black with #D79E6E
Text Example
Text Example
White with #D79E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79E6E; }
p { color: rgb(215,158,110); }
H1.HeaderClassName
{
color: #D79E6E;
}
.AnyTagClassName
{
color: #D79E6E;
}
</style>
background-color css
<style>
a { background-color: #D79E6E; }
a { background-color: rgb(215,158,110); }
div.DivClassName
{
background-color: #D79E6E;
}
.BgClassName
{
background-color: #D79E6E;
}
</style>
border-color css
<style>
span { border-color: #D79E6E; }
span { border-color: rgb(215,158,110); }
td.TdClassName
{
border-color: #D79E6E;
}
.TagClassName
{
border-color: #D79E6E;
}
</style>