Shades of Feldspar #D68E73
Tints of Feldspar #D68E73
RGB
CMYK
RGB Variations
Color information
#D68E73 (or 0xD68E73) is known color: Feldspar. HEX triplet: D6, 8E and 73. RGB value is (214,142,115). Sum of RGB (Red+Green+Blue) = 214+142+115=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E73 is #29718C. Grayscale: #A0A0A0. Windows color (decimal): -2716045 or 7573206. OLE color: 7573206.
HSL color Cylindrical-coordinate representation of color #D68E73: hue angle of 16.36º 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 #D68E73 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 115 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.16 |
| HSL | 16.36º | 0.55% | 0.65% | - |
| HSV(B) | 16.36º | 0.46% | 0.84% | - |
| XYZ | 40.5 | 34.88 | 20.82 | - |
| YUV | 160.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 115 | 0 | 0.34 | 0.46 | 0.16 | 16.36 | 0.55 | 0.65 |
| Hex | D6 | 8E | 73 | 0 | 22 | 2E | 10 | 10 | 37 | 41 |
| Octal | 326 | 216 | 163 | 0 | 42 | 56 | 20 | 20 | 67 | 101 |
| Binary | 11010110 | 10001110 | 1110011 | 0 | 100010 | 101110 | 10000 | 10000 | 110111 | 1000001 |
Color Harmonies of #D68E73
Complementary color
Monochromatic Colors of #D68E73
Black with #D68E73
Text Example
Text Example
White with #D68E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E73; }
p { color: rgb(214,142,115); }
H1.HeaderClassName
{
color: #D68E73;
}
.AnyTagClassName
{
color: #D68E73;
}
</style>
background-color css
<style>
a { background-color: #D68E73; }
a { background-color: rgb(214,142,115); }
div.DivClassName
{
background-color: #D68E73;
}
.BgClassName
{
background-color: #D68E73;
}
</style>
border-color css
<style>
span { border-color: #D68E73; }
span { border-color: rgb(214,142,115); }
td.TdClassName
{
border-color: #D68E73;
}
.TagClassName
{
border-color: #D68E73;
}
</style>