Shades of Feldspar #D79172
Tints of Feldspar #D79172
RGB
CMYK
RGB Variations
Color information
#D79172 (or 0xD79172) is known color: Feldspar. HEX triplet: D7, 91 and 72. RGB value is (215,145,114). Sum of RGB (Red+Green+Blue) = 215+145+114=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D79172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79172 is #286E8D. Grayscale: #A2A2A2. Windows color (decimal): -2649742 or 7508439. OLE color: 7508439.
HSL color Cylindrical-coordinate representation of color #D79172: hue angle of 18.42º 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 #D79172 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 114 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.16 |
| HSL | 18.42º | 0.56% | 0.65% | - |
| HSV(B) | 18.42º | 0.47% | 0.84% | - |
| XYZ | 41.19 | 35.91 | 20.68 | - |
| YUV | 162.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 114 | 0 | 0.33 | 0.47 | 0.16 | 18.42 | 0.56 | 0.65 |
| Hex | D7 | 91 | 72 | 0 | 21 | 2F | 10 | 12 | 38 | 41 |
| Octal | 327 | 221 | 162 | 0 | 41 | 57 | 20 | 22 | 70 | 101 |
| Binary | 11010111 | 10010001 | 1110010 | 0 | 100001 | 101111 | 10000 | 10010 | 111000 | 1000001 |
Color Harmonies of #D79172
Complementary color
Monochromatic Colors of #D79172
Black with #D79172
Text Example
Text Example
White with #D79172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79172; }
p { color: rgb(215,145,114); }
H1.HeaderClassName
{
color: #D79172;
}
.AnyTagClassName
{
color: #D79172;
}
</style>
background-color css
<style>
a { background-color: #D79172; }
a { background-color: rgb(215,145,114); }
div.DivClassName
{
background-color: #D79172;
}
.BgClassName
{
background-color: #D79172;
}
</style>
border-color css
<style>
span { border-color: #D79172; }
span { border-color: rgb(215,145,114); }
td.TdClassName
{
border-color: #D79172;
}
.TagClassName
{
border-color: #D79172;
}
</style>