Shades of Feldspar #D79B7A
Tints of Feldspar #D79B7A
RGB
CMYK
RGB Variations
Color information
#D79B7A (or 0xD79B7A) is known color: Feldspar. HEX triplet: D7, 9B and 7A. RGB value is (215,155,122). Sum of RGB (Red+Green+Blue) = 215+155+122=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79B7A is #286485. Grayscale: #A9A9A9. Windows color (decimal): -2647174 or 8035287. OLE color: 8035287.
HSL color Cylindrical-coordinate representation of color #D79B7A: hue angle of 21.29º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D79B7A is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 122 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.16 |
| HSL | 21.29º | 0.54% | 0.66% | - |
| HSV(B) | 21.29º | 0.43% | 0.84% | - |
| XYZ | 43.26 | 39.29 | 23.72 | - |
| YUV | 169.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 122 | 0 | 0.28 | 0.43 | 0.16 | 21.29 | 0.54 | 0.66 |
| Hex | D7 | 9B | 7A | 0 | 1C | 2B | 10 | 15 | 36 | 42 |
| Octal | 327 | 233 | 172 | 0 | 34 | 53 | 20 | 25 | 66 | 102 |
| Binary | 11010111 | 10011011 | 1111010 | 0 | 11100 | 101011 | 10000 | 10101 | 110110 | 1000010 |
Color Harmonies of #D79B7A
Complementary color
Monochromatic Colors of #D79B7A
Black with #D79B7A
Text Example
Text Example
White with #D79B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79B7A; }
p { color: rgb(215,155,122); }
H1.HeaderClassName
{
color: #D79B7A;
}
.AnyTagClassName
{
color: #D79B7A;
}
</style>
background-color css
<style>
a { background-color: #D79B7A; }
a { background-color: rgb(215,155,122); }
div.DivClassName
{
background-color: #D79B7A;
}
.BgClassName
{
background-color: #D79B7A;
}
</style>
border-color css
<style>
span { border-color: #D79B7A; }
span { border-color: rgb(215,155,122); }
td.TdClassName
{
border-color: #D79B7A;
}
.TagClassName
{
border-color: #D79B7A;
}
</style>