Shades of Feldspar #D79672
Tints of Feldspar #D79672
RGB
CMYK
RGB Variations
Color information
#D79672 (or 0xD79672) is known color: Feldspar. HEX triplet: D7, 96 and 72. RGB value is (215,150,114). Sum of RGB (Red+Green+Blue) = 215+150+114=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D79672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79672 is #28698D. Grayscale: #A5A5A5. Windows color (decimal): -2648462 or 7509719. OLE color: 7509719.
HSL color Cylindrical-coordinate representation of color #D79672: hue angle of 21.39º 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 #D79672 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 114 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.16 |
| HSL | 21.39º | 0.56% | 0.65% | - |
| HSV(B) | 21.39º | 0.47% | 0.84% | - |
| XYZ | 41.97 | 37.47 | 20.94 | - |
| YUV | 165.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 114 | 0 | 0.30 | 0.47 | 0.16 | 21.39 | 0.56 | 0.65 |
| Hex | D7 | 96 | 72 | 0 | 1E | 2F | 10 | 15 | 38 | 41 |
| Octal | 327 | 226 | 162 | 0 | 36 | 57 | 20 | 25 | 70 | 101 |
| Binary | 11010111 | 10010110 | 1110010 | 0 | 11110 | 101111 | 10000 | 10101 | 111000 | 1000001 |
Color Harmonies of #D79672
Complementary color
Monochromatic Colors of #D79672
Black with #D79672
Text Example
Text Example
White with #D79672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79672; }
p { color: rgb(215,150,114); }
H1.HeaderClassName
{
color: #D79672;
}
.AnyTagClassName
{
color: #D79672;
}
</style>
background-color css
<style>
a { background-color: #D79672; }
a { background-color: rgb(215,150,114); }
div.DivClassName
{
background-color: #D79672;
}
.BgClassName
{
background-color: #D79672;
}
</style>
border-color css
<style>
span { border-color: #D79672; }
span { border-color: rgb(215,150,114); }
td.TdClassName
{
border-color: #D79672;
}
.TagClassName
{
border-color: #D79672;
}
</style>