Shades of Feldspar #D79277
Tints of Feldspar #D79277
RGB
CMYK
RGB Variations
Color information
#D79277 (or 0xD79277) is known color: Feldspar. HEX triplet: D7, 92 and 77. RGB value is (215,146,119). Sum of RGB (Red+Green+Blue) = 215+146+119=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D79277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79277 is #286D88. Grayscale: #A3A3A3. Windows color (decimal): -2649481 or 7836375. OLE color: 7836375.
HSL color Cylindrical-coordinate representation of color #D79277: hue angle of 16.88º 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 #D79277 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 119 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.16 |
| HSL | 16.88º | 0.55% | 0.65% | - |
| HSV(B) | 16.88º | 0.45% | 0.84% | - |
| XYZ | 41.63 | 36.34 | 22.27 | - |
| YUV | 163.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 119 | 0 | 0.32 | 0.45 | 0.16 | 16.88 | 0.55 | 0.65 |
| Hex | D7 | 92 | 77 | 0 | 20 | 2D | 10 | 11 | 37 | 41 |
| Octal | 327 | 222 | 167 | 0 | 40 | 55 | 20 | 21 | 67 | 101 |
| Binary | 11010111 | 10010010 | 1110111 | 0 | 100000 | 101101 | 10000 | 10001 | 110111 | 1000001 |
Color Harmonies of #D79277
Complementary color
Monochromatic Colors of #D79277
Black with #D79277
Text Example
Text Example
White with #D79277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79277; }
p { color: rgb(215,146,119); }
H1.HeaderClassName
{
color: #D79277;
}
.AnyTagClassName
{
color: #D79277;
}
</style>
background-color css
<style>
a { background-color: #D79277; }
a { background-color: rgb(215,146,119); }
div.DivClassName
{
background-color: #D79277;
}
.BgClassName
{
background-color: #D79277;
}
</style>
border-color css
<style>
span { border-color: #D79277; }
span { border-color: rgb(215,146,119); }
td.TdClassName
{
border-color: #D79277;
}
.TagClassName
{
border-color: #D79277;
}
</style>