Shades of Feldspar #D68D75
Tints of Feldspar #D68D75
RGB
CMYK
RGB Variations
Color information
#D68D75 (or 0xD68D75) is known color: Feldspar. HEX triplet: D6, 8D and 75. RGB value is (214,141,117). Sum of RGB (Red+Green+Blue) = 214+141+117=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D75 is #29728A. Grayscale: #A0A0A0. Windows color (decimal): -2716299 or 7704022. OLE color: 7704022.
HSL color Cylindrical-coordinate representation of color #D68D75: hue angle of 14.85º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68D75 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 117 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.16 |
| HSL | 14.85º | 0.54% | 0.65% | - |
| HSV(B) | 14.85º | 0.45% | 0.84% | - |
| XYZ | 40.47 | 34.63 | 21.38 | - |
| YUV | 160.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 117 | 0 | 0.34 | 0.45 | 0.16 | 14.85 | 0.54 | 0.65 |
| Hex | D6 | 8D | 75 | 0 | 22 | 2D | 10 | F | 36 | 41 |
| Octal | 326 | 215 | 165 | 0 | 42 | 55 | 20 | 17 | 66 | 101 |
| Binary | 11010110 | 10001101 | 1110101 | 0 | 100010 | 101101 | 10000 | 1111 | 110110 | 1000001 |
Color Harmonies of #D68D75
Complementary color
Monochromatic Colors of #D68D75
Black with #D68D75
Text Example
Text Example
White with #D68D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D75; }
p { color: rgb(214,141,117); }
H1.HeaderClassName
{
color: #D68D75;
}
.AnyTagClassName
{
color: #D68D75;
}
</style>
background-color css
<style>
a { background-color: #D68D75; }
a { background-color: rgb(214,141,117); }
div.DivClassName
{
background-color: #D68D75;
}
.BgClassName
{
background-color: #D68D75;
}
</style>
border-color css
<style>
span { border-color: #D68D75; }
span { border-color: rgb(214,141,117); }
td.TdClassName
{
border-color: #D68D75;
}
.TagClassName
{
border-color: #D68D75;
}
</style>