Shades of Feldspar #D79071
Tints of Feldspar #D79071
RGB
CMYK
RGB Variations
Color information
#D79071 (or 0xD79071) is known color: Feldspar. HEX triplet: D7, 90 and 71. RGB value is (215,144,113). Sum of RGB (Red+Green+Blue) = 215+144+113=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D79071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79071 is #286F8E. Grayscale: #A1A1A1. Windows color (decimal): -2649999 or 7442647. OLE color: 7442647.
HSL color Cylindrical-coordinate representation of color #D79071: hue angle of 18.24º 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 #D79071 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 113 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.16 |
| HSL | 18.24º | 0.56% | 0.64% | - |
| HSV(B) | 18.24º | 0.47% | 0.84% | - |
| XYZ | 40.98 | 35.59 | 20.33 | - |
| YUV | 161.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 113 | 0 | 0.33 | 0.47 | 0.16 | 18.24 | 0.56 | 0.64 |
| Hex | D7 | 90 | 71 | 0 | 21 | 2F | 10 | 12 | 38 | 40 |
| Octal | 327 | 220 | 161 | 0 | 41 | 57 | 20 | 22 | 70 | 100 |
| Binary | 11010111 | 10010000 | 1110001 | 0 | 100001 | 101111 | 10000 | 10010 | 111000 | 1000000 |
Color Harmonies of #D79071
Complementary color
Monochromatic Colors of #D79071
Black with #D79071
Text Example
Text Example
White with #D79071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79071; }
p { color: rgb(215,144,113); }
H1.HeaderClassName
{
color: #D79071;
}
.AnyTagClassName
{
color: #D79071;
}
</style>
background-color css
<style>
a { background-color: #D79071; }
a { background-color: rgb(215,144,113); }
div.DivClassName
{
background-color: #D79071;
}
.BgClassName
{
background-color: #D79071;
}
</style>
border-color css
<style>
span { border-color: #D79071; }
span { border-color: rgb(215,144,113); }
td.TdClassName
{
border-color: #D79071;
}
.TagClassName
{
border-color: #D79071;
}
</style>