Shades of Feldspar #D68B74
Tints of Feldspar #D68B74
RGB
CMYK
RGB Variations
Color information
#D68B74 (or 0xD68B74) is known color: Feldspar. HEX triplet: D6, 8B and 74. RGB value is (214,139,116). Sum of RGB (Red+Green+Blue) = 214+139+116=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B74 is #29748B. Grayscale: #9E9E9E. Windows color (decimal): -2716812 or 7637974. OLE color: 7637974.
HSL color Cylindrical-coordinate representation of color #D68B74: hue angle of 14.08º degrees, saturation: 0.54, 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 #D68B74 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 116 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.16 |
| HSL | 14.08º | 0.54% | 0.65% | - |
| HSV(B) | 14.08º | 0.46% | 0.84% | - |
| XYZ | 40.12 | 34.02 | 20.98 | - |
| YUV | 158.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 116 | 0 | 0.35 | 0.46 | 0.16 | 14.08 | 0.54 | 0.65 |
| Hex | D6 | 8B | 74 | 0 | 23 | 2E | 10 | E | 36 | 41 |
| Octal | 326 | 213 | 164 | 0 | 43 | 56 | 20 | 16 | 66 | 101 |
| Binary | 11010110 | 10001011 | 1110100 | 0 | 100011 | 101110 | 10000 | 1110 | 110110 | 1000001 |
Color Harmonies of #D68B74
Complementary color
Monochromatic Colors of #D68B74
Black with #D68B74
Text Example
Text Example
White with #D68B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B74; }
p { color: rgb(214,139,116); }
H1.HeaderClassName
{
color: #D68B74;
}
.AnyTagClassName
{
color: #D68B74;
}
</style>
background-color css
<style>
a { background-color: #D68B74; }
a { background-color: rgb(214,139,116); }
div.DivClassName
{
background-color: #D68B74;
}
.BgClassName
{
background-color: #D68B74;
}
</style>
border-color css
<style>
span { border-color: #D68B74; }
span { border-color: rgb(214,139,116); }
td.TdClassName
{
border-color: #D68B74;
}
.TagClassName
{
border-color: #D68B74;
}
</style>