Shades of Feldspar #D79A7A
Tints of Feldspar #D79A7A
RGB
CMYK
RGB Variations
Color information
#D79A7A (or 0xD79A7A) is known color: Feldspar. HEX triplet: D7, 9A and 7A. RGB value is (215,154,122). Sum of RGB (Red+Green+Blue) = 215+154+122=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A7A is #286585. Grayscale: #A8A8A8. Windows color (decimal): -2647430 or 8035031. OLE color: 8035031.
HSL color Cylindrical-coordinate representation of color #D79A7A: hue angle of 20.65º 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 #D79A7A is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 122 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.16 |
| HSL | 20.65º | 0.54% | 0.66% | - |
| HSV(B) | 20.65º | 0.43% | 0.84% | - |
| XYZ | 43.09 | 38.96 | 23.66 | - |
| YUV | 168.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 122 | 0 | 0.28 | 0.43 | 0.16 | 20.65 | 0.54 | 0.66 |
| Hex | D7 | 9A | 7A | 0 | 1C | 2B | 10 | 15 | 36 | 42 |
| Octal | 327 | 232 | 172 | 0 | 34 | 53 | 20 | 25 | 66 | 102 |
| Binary | 11010111 | 10011010 | 1111010 | 0 | 11100 | 101011 | 10000 | 10101 | 110110 | 1000010 |
Color Harmonies of #D79A7A
Complementary color
Monochromatic Colors of #D79A7A
Black with #D79A7A
Text Example
Text Example
White with #D79A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A7A; }
p { color: rgb(215,154,122); }
H1.HeaderClassName
{
color: #D79A7A;
}
.AnyTagClassName
{
color: #D79A7A;
}
</style>
background-color css
<style>
a { background-color: #D79A7A; }
a { background-color: rgb(215,154,122); }
div.DivClassName
{
background-color: #D79A7A;
}
.BgClassName
{
background-color: #D79A7A;
}
</style>
border-color css
<style>
span { border-color: #D79A7A; }
span { border-color: rgb(215,154,122); }
td.TdClassName
{
border-color: #D79A7A;
}
.TagClassName
{
border-color: #D79A7A;
}
</style>