Shades of Feldspar #D79170
Tints of Feldspar #D79170
RGB
CMYK
RGB Variations
Color information
#D79170 (or 0xD79170) is known color: Feldspar. HEX triplet: D7, 91 and 70. RGB value is (215,145,112). Sum of RGB (Red+Green+Blue) = 215+145+112=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D79170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79170 is #286E8F. Grayscale: #A2A2A2. Windows color (decimal): -2649744 or 7377367. OLE color: 7377367.
HSL color Cylindrical-coordinate representation of color #D79170: hue angle of 19.22º 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 #D79170 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 112 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.16 |
| HSL | 19.22º | 0.56% | 0.64% | - |
| HSV(B) | 19.22º | 0.48% | 0.84% | - |
| XYZ | 41.07 | 35.87 | 20.09 | - |
| YUV | 162.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 112 | 0 | 0.33 | 0.48 | 0.16 | 19.22 | 0.56 | 0.64 |
| Hex | D7 | 91 | 70 | 0 | 21 | 30 | 10 | 13 | 38 | 40 |
| Octal | 327 | 221 | 160 | 0 | 41 | 60 | 20 | 23 | 70 | 100 |
| Binary | 11010111 | 10010001 | 1110000 | 0 | 100001 | 110000 | 10000 | 10011 | 111000 | 1000000 |
Color Harmonies of #D79170
Complementary color
Monochromatic Colors of #D79170
Black with #D79170
Text Example
Text Example
White with #D79170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79170; }
p { color: rgb(215,145,112); }
H1.HeaderClassName
{
color: #D79170;
}
.AnyTagClassName
{
color: #D79170;
}
</style>
background-color css
<style>
a { background-color: #D79170; }
a { background-color: rgb(215,145,112); }
div.DivClassName
{
background-color: #D79170;
}
.BgClassName
{
background-color: #D79170;
}
</style>
border-color css
<style>
span { border-color: #D79170; }
span { border-color: rgb(215,145,112); }
td.TdClassName
{
border-color: #D79170;
}
.TagClassName
{
border-color: #D79170;
}
</style>