Shades of Feldspar #D79773
Tints of Feldspar #D79773
RGB
CMYK
RGB Variations
Color information
#D79773 (or 0xD79773) is known color: Feldspar. HEX triplet: D7, 97 and 73. RGB value is (215,151,115). Sum of RGB (Red+Green+Blue) = 215+151+115=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D79773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79773 is #28688C. Grayscale: #A6A6A6. Windows color (decimal): -2648205 or 7575511. OLE color: 7575511.
HSL color Cylindrical-coordinate representation of color #D79773: hue angle of 21.6º 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 #D79773 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 115 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.16 |
| HSL | 21.6º | 0.56% | 0.65% | - |
| HSV(B) | 21.6º | 0.47% | 0.84% | - |
| XYZ | 42.19 | 37.82 | 21.3 | - |
| YUV | 166.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 115 | 0 | 0.30 | 0.47 | 0.16 | 21.6 | 0.56 | 0.65 |
| Hex | D7 | 97 | 73 | 0 | 1E | 2F | 10 | 16 | 38 | 41 |
| Octal | 327 | 227 | 163 | 0 | 36 | 57 | 20 | 26 | 70 | 101 |
| Binary | 11010111 | 10010111 | 1110011 | 0 | 11110 | 101111 | 10000 | 10110 | 111000 | 1000001 |
Color Harmonies of #D79773
Complementary color
Monochromatic Colors of #D79773
Black with #D79773
Text Example
Text Example
White with #D79773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79773; }
p { color: rgb(215,151,115); }
H1.HeaderClassName
{
color: #D79773;
}
.AnyTagClassName
{
color: #D79773;
}
</style>
background-color css
<style>
a { background-color: #D79773; }
a { background-color: rgb(215,151,115); }
div.DivClassName
{
background-color: #D79773;
}
.BgClassName
{
background-color: #D79773;
}
</style>
border-color css
<style>
span { border-color: #D79773; }
span { border-color: rgb(215,151,115); }
td.TdClassName
{
border-color: #D79773;
}
.TagClassName
{
border-color: #D79773;
}
</style>