Shades of Feldspar #D79271
Tints of Feldspar #D79271
RGB
CMYK
RGB Variations
Color information
#D79271 (or 0xD79271) is known color: Feldspar. HEX triplet: D7, 92 and 71. RGB value is (215,146,113). Sum of RGB (Red+Green+Blue) = 215+146+113=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D79271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79271 is #286D8E. Grayscale: #A3A3A3. Windows color (decimal): -2649487 or 7443159. OLE color: 7443159.
HSL color Cylindrical-coordinate representation of color #D79271: hue angle of 19.41º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D79271 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 113 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.16 |
| HSL | 19.41º | 0.56% | 0.64% | - |
| HSV(B) | 19.41º | 0.47% | 0.84% | - |
| XYZ | 41.28 | 36.2 | 20.43 | - |
| YUV | 162.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 113 | 0 | 0.32 | 0.47 | 0.16 | 19.41 | 0.56 | 0.64 |
| Hex | D7 | 92 | 71 | 0 | 20 | 2F | 10 | 13 | 38 | 40 |
| Octal | 327 | 222 | 161 | 0 | 40 | 57 | 20 | 23 | 70 | 100 |
| Binary | 11010111 | 10010010 | 1110001 | 0 | 100000 | 101111 | 10000 | 10011 | 111000 | 1000000 |
Color Harmonies of #D79271
Complementary color
Monochromatic Colors of #D79271
Black with #D79271
Text Example
Text Example
White with #D79271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79271; }
p { color: rgb(215,146,113); }
H1.HeaderClassName
{
color: #D79271;
}
.AnyTagClassName
{
color: #D79271;
}
</style>
background-color css
<style>
a { background-color: #D79271; }
a { background-color: rgb(215,146,113); }
div.DivClassName
{
background-color: #D79271;
}
.BgClassName
{
background-color: #D79271;
}
</style>
border-color css
<style>
span { border-color: #D79271; }
span { border-color: rgb(215,146,113); }
td.TdClassName
{
border-color: #D79271;
}
.TagClassName
{
border-color: #D79271;
}
</style>