Shades of Feldspar #D79079
Tints of Feldspar #D79079
RGB
CMYK
RGB Variations
Color information
#D79079 (or 0xD79079) is known color: Feldspar. HEX triplet: D7, 90 and 79. RGB value is (215,144,121). Sum of RGB (Red+Green+Blue) = 215+144+121=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D79079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79079 is #286F86. Grayscale: #A2A2A2. Windows color (decimal): -2649991 or 7966935. OLE color: 7966935.
HSL color Cylindrical-coordinate representation of color #D79079: hue angle of 14.68º 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 #D79079 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 121 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.16 |
| HSL | 14.68º | 0.54% | 0.66% | - |
| HSV(B) | 14.68º | 0.44% | 0.84% | - |
| XYZ | 41.45 | 35.77 | 22.81 | - |
| YUV | 162.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 121 | 0 | 0.33 | 0.44 | 0.16 | 14.68 | 0.54 | 0.66 |
| Hex | D7 | 90 | 79 | 0 | 21 | 2C | 10 | F | 36 | 42 |
| Octal | 327 | 220 | 171 | 0 | 41 | 54 | 20 | 17 | 66 | 102 |
| Binary | 11010111 | 10010000 | 1111001 | 0 | 100001 | 101100 | 10000 | 1111 | 110110 | 1000010 |
Color Harmonies of #D79079
Complementary color
Monochromatic Colors of #D79079
Black with #D79079
Text Example
Text Example
White with #D79079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79079; }
p { color: rgb(215,144,121); }
H1.HeaderClassName
{
color: #D79079;
}
.AnyTagClassName
{
color: #D79079;
}
</style>
background-color css
<style>
a { background-color: #D79079; }
a { background-color: rgb(215,144,121); }
div.DivClassName
{
background-color: #D79079;
}
.BgClassName
{
background-color: #D79079;
}
</style>
border-color css
<style>
span { border-color: #D79079; }
span { border-color: rgb(215,144,121); }
td.TdClassName
{
border-color: #D79079;
}
.TagClassName
{
border-color: #D79079;
}
</style>