Shades of Feldspar #D68D73
Tints of Feldspar #D68D73
RGB
CMYK
RGB Variations
Color information
#D68D73 (or 0xD68D73) is known color: Feldspar. HEX triplet: D6, 8D and 73. RGB value is (214,141,115). Sum of RGB (Red+Green+Blue) = 214+141+115=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D73 is #29728C. Grayscale: #A0A0A0. Windows color (decimal): -2716301 or 7572950. OLE color: 7572950.
HSL color Cylindrical-coordinate representation of color #D68D73: hue angle of 15.76º 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 #D68D73 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 115 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.16 |
| HSL | 15.76º | 0.55% | 0.65% | - |
| HSV(B) | 15.76º | 0.46% | 0.84% | - |
| XYZ | 40.35 | 34.58 | 20.77 | - |
| YUV | 159.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 115 | 0 | 0.34 | 0.46 | 0.16 | 15.76 | 0.55 | 0.65 |
| Hex | D6 | 8D | 73 | 0 | 22 | 2E | 10 | 10 | 37 | 41 |
| Octal | 326 | 215 | 163 | 0 | 42 | 56 | 20 | 20 | 67 | 101 |
| Binary | 11010110 | 10001101 | 1110011 | 0 | 100010 | 101110 | 10000 | 10000 | 110111 | 1000001 |
Color Harmonies of #D68D73
Complementary color
Monochromatic Colors of #D68D73
Black with #D68D73
Text Example
Text Example
White with #D68D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D73; }
p { color: rgb(214,141,115); }
H1.HeaderClassName
{
color: #D68D73;
}
.AnyTagClassName
{
color: #D68D73;
}
</style>
background-color css
<style>
a { background-color: #D68D73; }
a { background-color: rgb(214,141,115); }
div.DivClassName
{
background-color: #D68D73;
}
.BgClassName
{
background-color: #D68D73;
}
</style>
border-color css
<style>
span { border-color: #D68D73; }
span { border-color: rgb(214,141,115); }
td.TdClassName
{
border-color: #D68D73;
}
.TagClassName
{
border-color: #D68D73;
}
</style>