Shades of Feldspar #D79074
Tints of Feldspar #D79074
RGB
CMYK
RGB Variations
Color information
#D79074 (or 0xD79074) is known color: Feldspar. HEX triplet: D7, 90 and 74. RGB value is (215,144,116). Sum of RGB (Red+Green+Blue) = 215+144+116=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D79074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79074 is #286F8B. Grayscale: #A2A2A2. Windows color (decimal): -2649996 or 7639255. OLE color: 7639255.
HSL color Cylindrical-coordinate representation of color #D79074: hue angle of 16.97º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D79074 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 116 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.16 |
| HSL | 16.97º | 0.55% | 0.65% | - |
| HSV(B) | 16.97º | 0.46% | 0.84% | - |
| XYZ | 41.15 | 35.65 | 21.24 | - |
| YUV | 162.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 116 | 0 | 0.33 | 0.46 | 0.16 | 16.97 | 0.55 | 0.65 |
| Hex | D7 | 90 | 74 | 0 | 21 | 2E | 10 | 11 | 37 | 41 |
| Octal | 327 | 220 | 164 | 0 | 41 | 56 | 20 | 21 | 67 | 101 |
| Binary | 11010111 | 10010000 | 1110100 | 0 | 100001 | 101110 | 10000 | 10001 | 110111 | 1000001 |
Color Harmonies of #D79074
Complementary color
Monochromatic Colors of #D79074
Black with #D79074
Text Example
Text Example
White with #D79074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79074; }
p { color: rgb(215,144,116); }
H1.HeaderClassName
{
color: #D79074;
}
.AnyTagClassName
{
color: #D79074;
}
</style>
background-color css
<style>
a { background-color: #D79074; }
a { background-color: rgb(215,144,116); }
div.DivClassName
{
background-color: #D79074;
}
.BgClassName
{
background-color: #D79074;
}
</style>
border-color css
<style>
span { border-color: #D79074; }
span { border-color: rgb(215,144,116); }
td.TdClassName
{
border-color: #D79074;
}
.TagClassName
{
border-color: #D79074;
}
</style>