Shades of Feldspar #D79073
Tints of Feldspar #D79073
RGB
CMYK
RGB Variations
Color information
#D79073 (or 0xD79073) is known color: Feldspar. HEX triplet: D7, 90 and 73. RGB value is (215,144,115). Sum of RGB (Red+Green+Blue) = 215+144+115=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D79073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79073 is #286F8C. Grayscale: #A2A2A2. Windows color (decimal): -2649997 or 7573719. OLE color: 7573719.
HSL color Cylindrical-coordinate representation of color #D79073: hue angle of 17.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D79073 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 115 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.16 |
| HSL | 17.4º | 0.56% | 0.65% | - |
| HSV(B) | 17.4º | 0.47% | 0.84% | - |
| XYZ | 41.09 | 35.63 | 20.93 | - |
| YUV | 161.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 115 | 0 | 0.33 | 0.47 | 0.16 | 17.4 | 0.56 | 0.65 |
| Hex | D7 | 90 | 73 | 0 | 21 | 2F | 10 | 11 | 38 | 41 |
| Octal | 327 | 220 | 163 | 0 | 41 | 57 | 20 | 21 | 70 | 101 |
| Binary | 11010111 | 10010000 | 1110011 | 0 | 100001 | 101111 | 10000 | 10001 | 111000 | 1000001 |
Color Harmonies of #D79073
Complementary color
Monochromatic Colors of #D79073
Black with #D79073
Text Example
Text Example
White with #D79073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79073; }
p { color: rgb(215,144,115); }
H1.HeaderClassName
{
color: #D79073;
}
.AnyTagClassName
{
color: #D79073;
}
</style>
background-color css
<style>
a { background-color: #D79073; }
a { background-color: rgb(215,144,115); }
div.DivClassName
{
background-color: #D79073;
}
.BgClassName
{
background-color: #D79073;
}
</style>
border-color css
<style>
span { border-color: #D79073; }
span { border-color: rgb(215,144,115); }
td.TdClassName
{
border-color: #D79073;
}
.TagClassName
{
border-color: #D79073;
}
</style>