Shades of Feldspar #D68F6E
Tints of Feldspar #D68F6E
RGB
CMYK
RGB Variations
Color information
#D68F6E (or 0xD68F6E) is known color: Feldspar. HEX triplet: D6, 8F and 6E. RGB value is (214,143,110). Sum of RGB (Red+Green+Blue) = 214+143+110=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F6E is #297091. Grayscale: #A0A0A0. Windows color (decimal): -2715794 or 7245782. OLE color: 7245782.
HSL color Cylindrical-coordinate representation of color #D68F6E: hue angle of 19.04º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D68F6E is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 110 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.16 |
| HSL | 19.04º | 0.56% | 0.64% | - |
| HSV(B) | 19.04º | 0.49% | 0.84% | - |
| XYZ | 40.37 | 35.07 | 19.39 | - |
| YUV | 160.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 110 | 0 | 0.33 | 0.49 | 0.16 | 19.04 | 0.56 | 0.64 |
| Hex | D6 | 8F | 6E | 0 | 21 | 31 | 10 | 13 | 38 | 40 |
| Octal | 326 | 217 | 156 | 0 | 41 | 61 | 20 | 23 | 70 | 100 |
| Binary | 11010110 | 10001111 | 1101110 | 0 | 100001 | 110001 | 10000 | 10011 | 111000 | 1000000 |
Color Harmonies of #D68F6E
Complementary color
Monochromatic Colors of #D68F6E
Black with #D68F6E
Text Example
Text Example
White with #D68F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F6E; }
p { color: rgb(214,143,110); }
H1.HeaderClassName
{
color: #D68F6E;
}
.AnyTagClassName
{
color: #D68F6E;
}
</style>
background-color css
<style>
a { background-color: #D68F6E; }
a { background-color: rgb(214,143,110); }
div.DivClassName
{
background-color: #D68F6E;
}
.BgClassName
{
background-color: #D68F6E;
}
</style>
border-color css
<style>
span { border-color: #D68F6E; }
span { border-color: rgb(214,143,110); }
td.TdClassName
{
border-color: #D68F6E;
}
.TagClassName
{
border-color: #D68F6E;
}
</style>