Shades of Feldspar #D68B75
Tints of Feldspar #D68B75
RGB
CMYK
RGB Variations
Color information
#D68B75 (or 0xD68B75) is known color: Feldspar. HEX triplet: D6, 8B and 75. RGB value is (214,139,117). Sum of RGB (Red+Green+Blue) = 214+139+117=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B75 is #29748A. Grayscale: #9F9F9F. Windows color (decimal): -2716811 or 7703510. OLE color: 7703510.
HSL color Cylindrical-coordinate representation of color #D68B75: hue angle of 13.61º 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 #D68B75 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 117 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.16 |
| HSL | 13.61º | 0.54% | 0.65% | - |
| HSV(B) | 13.61º | 0.45% | 0.84% | - |
| XYZ | 40.18 | 34.05 | 21.28 | - |
| YUV | 158.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 117 | 0 | 0.35 | 0.45 | 0.16 | 13.61 | 0.54 | 0.65 |
| Hex | D6 | 8B | 75 | 0 | 23 | 2D | 10 | E | 36 | 41 |
| Octal | 326 | 213 | 165 | 0 | 43 | 55 | 20 | 16 | 66 | 101 |
| Binary | 11010110 | 10001011 | 1110101 | 0 | 100011 | 101101 | 10000 | 1110 | 110110 | 1000001 |
Color Harmonies of #D68B75
Complementary color
Monochromatic Colors of #D68B75
Black with #D68B75
Text Example
Text Example
White with #D68B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B75; }
p { color: rgb(214,139,117); }
H1.HeaderClassName
{
color: #D68B75;
}
.AnyTagClassName
{
color: #D68B75;
}
</style>
background-color css
<style>
a { background-color: #D68B75; }
a { background-color: rgb(214,139,117); }
div.DivClassName
{
background-color: #D68B75;
}
.BgClassName
{
background-color: #D68B75;
}
</style>
border-color css
<style>
span { border-color: #D68B75; }
span { border-color: rgb(214,139,117); }
td.TdClassName
{
border-color: #D68B75;
}
.TagClassName
{
border-color: #D68B75;
}
</style>