Shades of Feldspar #D79078
Tints of Feldspar #D79078
RGB
CMYK
RGB Variations
Color information
#D79078 (or 0xD79078) is known color: Feldspar. HEX triplet: D7, 90 and 78. RGB value is (215,144,120). Sum of RGB (Red+Green+Blue) = 215+144+120=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D79078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79078 is #286F87. Grayscale: #A2A2A2. Windows color (decimal): -2649992 or 7901399. OLE color: 7901399.
HSL color Cylindrical-coordinate representation of color #D79078: hue angle of 15.16º 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 #D79078 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 120 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.16 |
| HSL | 15.16º | 0.54% | 0.66% | - |
| HSV(B) | 15.16º | 0.44% | 0.84% | - |
| XYZ | 41.39 | 35.75 | 22.49 | - |
| YUV | 162.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 120 | 0 | 0.33 | 0.44 | 0.16 | 15.16 | 0.54 | 0.66 |
| Hex | D7 | 90 | 78 | 0 | 21 | 2C | 10 | F | 36 | 42 |
| Octal | 327 | 220 | 170 | 0 | 41 | 54 | 20 | 17 | 66 | 102 |
| Binary | 11010111 | 10010000 | 1111000 | 0 | 100001 | 101100 | 10000 | 1111 | 110110 | 1000010 |
Color Harmonies of #D79078
Complementary color
Monochromatic Colors of #D79078
Black with #D79078
Text Example
Text Example
White with #D79078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79078; }
p { color: rgb(215,144,120); }
H1.HeaderClassName
{
color: #D79078;
}
.AnyTagClassName
{
color: #D79078;
}
</style>
background-color css
<style>
a { background-color: #D79078; }
a { background-color: rgb(215,144,120); }
div.DivClassName
{
background-color: #D79078;
}
.BgClassName
{
background-color: #D79078;
}
</style>
border-color css
<style>
span { border-color: #D79078; }
span { border-color: rgb(215,144,120); }
td.TdClassName
{
border-color: #D79078;
}
.TagClassName
{
border-color: #D79078;
}
</style>