Shades of Feldspar #D79779
Tints of Feldspar #D79779
RGB
CMYK
RGB Variations
Color information
#D79779 (or 0xD79779) is known color: Feldspar. HEX triplet: D7, 97 and 79. RGB value is (215,151,121). Sum of RGB (Red+Green+Blue) = 215+151+121=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D79779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79779 is #286886. Grayscale: #A6A6A6. Windows color (decimal): -2648199 or 7968727. OLE color: 7968727.
HSL color Cylindrical-coordinate representation of color #D79779: hue angle of 19.15º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D79779 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 121 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.16 |
| HSL | 19.15º | 0.54% | 0.66% | - |
| HSV(B) | 19.15º | 0.44% | 0.84% | - |
| XYZ | 42.54 | 37.96 | 23.17 | - |
| YUV | 166.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 121 | 0 | 0.30 | 0.44 | 0.16 | 19.15 | 0.54 | 0.66 |
| Hex | D7 | 97 | 79 | 0 | 1E | 2C | 10 | 13 | 36 | 42 |
| Octal | 327 | 227 | 171 | 0 | 36 | 54 | 20 | 23 | 66 | 102 |
| Binary | 11010111 | 10010111 | 1111001 | 0 | 11110 | 101100 | 10000 | 10011 | 110110 | 1000010 |
Color Harmonies of #D79779
Complementary color
Monochromatic Colors of #D79779
Black with #D79779
Text Example
Text Example
White with #D79779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79779; }
p { color: rgb(215,151,121); }
H1.HeaderClassName
{
color: #D79779;
}
.AnyTagClassName
{
color: #D79779;
}
</style>
background-color css
<style>
a { background-color: #D79779; }
a { background-color: rgb(215,151,121); }
div.DivClassName
{
background-color: #D79779;
}
.BgClassName
{
background-color: #D79779;
}
</style>
border-color css
<style>
span { border-color: #D79779; }
span { border-color: rgb(215,151,121); }
td.TdClassName
{
border-color: #D79779;
}
.TagClassName
{
border-color: #D79779;
}
</style>