Shades of Feldspar #D79377
Tints of Feldspar #D79377
RGB
CMYK
RGB Variations
Color information
#D79377 (or 0xD79377) is known color: Feldspar. HEX triplet: D7, 93 and 77. RGB value is (215,147,119). Sum of RGB (Red+Green+Blue) = 215+147+119=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D79377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79377 is #286C88. Grayscale: #A4A4A4. Windows color (decimal): -2649225 or 7836631. OLE color: 7836631.
HSL color Cylindrical-coordinate representation of color #D79377: hue angle of 17.5º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D79377 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 119 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.16 |
| HSL | 17.5º | 0.55% | 0.65% | - |
| HSV(B) | 17.5º | 0.45% | 0.84% | - |
| XYZ | 41.79 | 36.65 | 22.32 | - |
| YUV | 164.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 119 | 0 | 0.32 | 0.45 | 0.16 | 17.5 | 0.55 | 0.65 |
| Hex | D7 | 93 | 77 | 0 | 20 | 2D | 10 | 12 | 37 | 41 |
| Octal | 327 | 223 | 167 | 0 | 40 | 55 | 20 | 22 | 67 | 101 |
| Binary | 11010111 | 10010011 | 1110111 | 0 | 100000 | 101101 | 10000 | 10010 | 110111 | 1000001 |
Color Harmonies of #D79377
Complementary color
Monochromatic Colors of #D79377
Black with #D79377
Text Example
Text Example
White with #D79377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79377; }
p { color: rgb(215,147,119); }
H1.HeaderClassName
{
color: #D79377;
}
.AnyTagClassName
{
color: #D79377;
}
</style>
background-color css
<style>
a { background-color: #D79377; }
a { background-color: rgb(215,147,119); }
div.DivClassName
{
background-color: #D79377;
}
.BgClassName
{
background-color: #D79377;
}
</style>
border-color css
<style>
span { border-color: #D79377; }
span { border-color: rgb(215,147,119); }
td.TdClassName
{
border-color: #D79377;
}
.TagClassName
{
border-color: #D79377;
}
</style>