Shades of Feldspar #D79675
Tints of Feldspar #D79675
RGB
CMYK
RGB Variations
Color information
#D79675 (or 0xD79675) is known color: Feldspar. HEX triplet: D7, 96 and 75. RGB value is (215,150,117). Sum of RGB (Red+Green+Blue) = 215+150+117=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D79675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79675 is #28698A. Grayscale: #A5A5A5. Windows color (decimal): -2648459 or 7706327. OLE color: 7706327.
HSL color Cylindrical-coordinate representation of color #D79675: hue angle of 20.2º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D79675 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 117 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.16 |
| HSL | 20.2º | 0.55% | 0.65% | - |
| HSV(B) | 20.2º | 0.46% | 0.84% | - |
| XYZ | 42.14 | 37.54 | 21.86 | - |
| YUV | 165.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 117 | 0 | 0.30 | 0.46 | 0.16 | 20.2 | 0.55 | 0.65 |
| Hex | D7 | 96 | 75 | 0 | 1E | 2E | 10 | 14 | 37 | 41 |
| Octal | 327 | 226 | 165 | 0 | 36 | 56 | 20 | 24 | 67 | 101 |
| Binary | 11010111 | 10010110 | 1110101 | 0 | 11110 | 101110 | 10000 | 10100 | 110111 | 1000001 |
Color Harmonies of #D79675
Complementary color
Monochromatic Colors of #D79675
Black with #D79675
Text Example
Text Example
White with #D79675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79675; }
p { color: rgb(215,150,117); }
H1.HeaderClassName
{
color: #D79675;
}
.AnyTagClassName
{
color: #D79675;
}
</style>
background-color css
<style>
a { background-color: #D79675; }
a { background-color: rgb(215,150,117); }
div.DivClassName
{
background-color: #D79675;
}
.BgClassName
{
background-color: #D79675;
}
</style>
border-color css
<style>
span { border-color: #D79675; }
span { border-color: rgb(215,150,117); }
td.TdClassName
{
border-color: #D79675;
}
.TagClassName
{
border-color: #D79675;
}
</style>