Shades of Feldspar #D68F77
Tints of Feldspar #D68F77
RGB
CMYK
RGB Variations
Color information
#D68F77 (or 0xD68F77) is known color: Feldspar. HEX triplet: D6, 8F and 77. RGB value is (214,143,119). Sum of RGB (Red+Green+Blue) = 214+143+119=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F77 is #297088. Grayscale: #A1A1A1. Windows color (decimal): -2715785 or 7835606. OLE color: 7835606.
HSL color Cylindrical-coordinate representation of color #D68F77: hue angle of 15.16º 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 #D68F77 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 119 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.16 |
| HSL | 15.16º | 0.54% | 0.65% | - |
| HSV(B) | 15.16º | 0.44% | 0.84% | - |
| XYZ | 40.88 | 35.27 | 22.11 | - |
| YUV | 161.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 119 | 0 | 0.33 | 0.44 | 0.16 | 15.16 | 0.54 | 0.65 |
| Hex | D6 | 8F | 77 | 0 | 21 | 2C | 10 | F | 36 | 41 |
| Octal | 326 | 217 | 167 | 0 | 41 | 54 | 20 | 17 | 66 | 101 |
| Binary | 11010110 | 10001111 | 1110111 | 0 | 100001 | 101100 | 10000 | 1111 | 110110 | 1000001 |
Color Harmonies of #D68F77
Complementary color
Monochromatic Colors of #D68F77
Black with #D68F77
Text Example
Text Example
White with #D68F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F77; }
p { color: rgb(214,143,119); }
H1.HeaderClassName
{
color: #D68F77;
}
.AnyTagClassName
{
color: #D68F77;
}
</style>
background-color css
<style>
a { background-color: #D68F77; }
a { background-color: rgb(214,143,119); }
div.DivClassName
{
background-color: #D68F77;
}
.BgClassName
{
background-color: #D68F77;
}
</style>
border-color css
<style>
span { border-color: #D68F77; }
span { border-color: rgb(214,143,119); }
td.TdClassName
{
border-color: #D68F77;
}
.TagClassName
{
border-color: #D68F77;
}
</style>