Shades of Feldspar #D79870
Tints of Feldspar #D79870
RGB
CMYK
RGB Variations
Color information
#D79870 (or 0xD79870) is known color: Feldspar. HEX triplet: D7, 98 and 70. RGB value is (215,152,112). Sum of RGB (Red+Green+Blue) = 215+152+112=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D79870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79870 is #28678F. Grayscale: #A6A6A6. Windows color (decimal): -2647952 or 7379159. OLE color: 7379159.
HSL color Cylindrical-coordinate representation of color #D79870: hue angle of 23.3º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D79870 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 112 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.16 |
| HSL | 23.3º | 0.56% | 0.64% | - |
| HSV(B) | 23.3º | 0.48% | 0.84% | - |
| XYZ | 42.18 | 38.07 | 20.46 | - |
| YUV | 166.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 112 | 0 | 0.29 | 0.48 | 0.16 | 23.3 | 0.56 | 0.64 |
| Hex | D7 | 98 | 70 | 0 | 1D | 30 | 10 | 17 | 38 | 40 |
| Octal | 327 | 230 | 160 | 0 | 35 | 60 | 20 | 27 | 70 | 100 |
| Binary | 11010111 | 10011000 | 1110000 | 0 | 11101 | 110000 | 10000 | 10111 | 111000 | 1000000 |
Color Harmonies of #D79870
Complementary color
Monochromatic Colors of #D79870
Black with #D79870
Text Example
Text Example
White with #D79870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79870; }
p { color: rgb(215,152,112); }
H1.HeaderClassName
{
color: #D79870;
}
.AnyTagClassName
{
color: #D79870;
}
</style>
background-color css
<style>
a { background-color: #D79870; }
a { background-color: rgb(215,152,112); }
div.DivClassName
{
background-color: #D79870;
}
.BgClassName
{
background-color: #D79870;
}
</style>
border-color css
<style>
span { border-color: #D79870; }
span { border-color: rgb(215,152,112); }
td.TdClassName
{
border-color: #D79870;
}
.TagClassName
{
border-color: #D79870;
}
</style>