Shades of Feldspar #D68C77
Tints of Feldspar #D68C77
RGB
CMYK
RGB Variations
Color information
#D68C77 (or 0xD68C77) is known color: Feldspar. HEX triplet: D6, 8C and 77. RGB value is (214,140,119). Sum of RGB (Red+Green+Blue) = 214+140+119=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C77 is #297388. Grayscale: #9F9F9F. Windows color (decimal): -2716553 or 7834838. OLE color: 7834838.
HSL color Cylindrical-coordinate representation of color #D68C77: hue angle of 13.26º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68C77 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 119 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.16 |
| HSL | 13.26º | 0.54% | 0.65% | - |
| HSV(B) | 13.26º | 0.44% | 0.84% | - |
| XYZ | 40.44 | 34.38 | 21.96 | - |
| YUV | 159.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 119 | 0 | 0.35 | 0.44 | 0.16 | 13.26 | 0.54 | 0.65 |
| Hex | D6 | 8C | 77 | 0 | 23 | 2C | 10 | D | 36 | 41 |
| Octal | 326 | 214 | 167 | 0 | 43 | 54 | 20 | 15 | 66 | 101 |
| Binary | 11010110 | 10001100 | 1110111 | 0 | 100011 | 101100 | 10000 | 1101 | 110110 | 1000001 |
Color Harmonies of #D68C77
Complementary color
Monochromatic Colors of #D68C77
Black with #D68C77
Text Example
Text Example
White with #D68C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C77; }
p { color: rgb(214,140,119); }
H1.HeaderClassName
{
color: #D68C77;
}
.AnyTagClassName
{
color: #D68C77;
}
</style>
background-color css
<style>
a { background-color: #D68C77; }
a { background-color: rgb(214,140,119); }
div.DivClassName
{
background-color: #D68C77;
}
.BgClassName
{
background-color: #D68C77;
}
</style>
border-color css
<style>
span { border-color: #D68C77; }
span { border-color: rgb(214,140,119); }
td.TdClassName
{
border-color: #D68C77;
}
.TagClassName
{
border-color: #D68C77;
}
</style>