Shades of Feldspar #D79173
Tints of Feldspar #D79173
RGB
CMYK
RGB Variations
Color information
#D79173 (or 0xD79173) is known color: Feldspar. HEX triplet: D7, 91 and 73. RGB value is (215,145,115). Sum of RGB (Red+Green+Blue) = 215+145+115=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D79173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79173 is #286E8C. Grayscale: #A2A2A2. Windows color (decimal): -2649741 or 7573975. OLE color: 7573975.
HSL color Cylindrical-coordinate representation of color #D79173: hue angle of 18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D79173 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 115 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.16 |
| HSL | 18º | 0.56% | 0.65% | - |
| HSV(B) | 18º | 0.47% | 0.84% | - |
| XYZ | 41.24 | 35.94 | 20.98 | - |
| YUV | 162.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 115 | 0 | 0.33 | 0.47 | 0.16 | 18 | 0.56 | 0.65 |
| Hex | D7 | 91 | 73 | 0 | 21 | 2F | 10 | 12 | 38 | 41 |
| Octal | 327 | 221 | 163 | 0 | 41 | 57 | 20 | 22 | 70 | 101 |
| Binary | 11010111 | 10010001 | 1110011 | 0 | 100001 | 101111 | 10000 | 10010 | 111000 | 1000001 |
Color Harmonies of #D79173
Complementary color
Monochromatic Colors of #D79173
Black with #D79173
Text Example
Text Example
White with #D79173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79173; }
p { color: rgb(215,145,115); }
H1.HeaderClassName
{
color: #D79173;
}
.AnyTagClassName
{
color: #D79173;
}
</style>
background-color css
<style>
a { background-color: #D79173; }
a { background-color: rgb(215,145,115); }
div.DivClassName
{
background-color: #D79173;
}
.BgClassName
{
background-color: #D79173;
}
</style>
border-color css
<style>
span { border-color: #D79173; }
span { border-color: rgb(215,145,115); }
td.TdClassName
{
border-color: #D79173;
}
.TagClassName
{
border-color: #D79173;
}
</style>