Shades of Feldspar #D7967B
Tints of Feldspar #D7967B
RGB
CMYK
RGB Variations
Color information
#D7967B (or 0xD7967B) is known color: Feldspar. HEX triplet: D7, 96 and 7B. RGB value is (215,150,123). Sum of RGB (Red+Green+Blue) = 215+150+123=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7967B is #286984. Grayscale: #A6A6A6. Windows color (decimal): -2648453 or 8099543. OLE color: 8099543.
HSL color Cylindrical-coordinate representation of color #D7967B: hue angle of 17.61º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7967B is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 123 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.16 |
| HSL | 17.61º | 0.53% | 0.66% | - |
| HSV(B) | 17.61º | 0.43% | 0.84% | - |
| XYZ | 42.51 | 37.69 | 23.77 | - |
| YUV | 166.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 123 | 0 | 0.30 | 0.43 | 0.16 | 17.61 | 0.53 | 0.66 |
| Hex | D7 | 96 | 7B | 0 | 1E | 2B | 10 | 12 | 35 | 42 |
| Octal | 327 | 226 | 173 | 0 | 36 | 53 | 20 | 22 | 65 | 102 |
| Binary | 11010111 | 10010110 | 1111011 | 0 | 11110 | 101011 | 10000 | 10010 | 110101 | 1000010 |
Color Harmonies of #D7967B
Complementary color
Monochromatic Colors of #D7967B
Black with #D7967B
Text Example
Text Example
White with #D7967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7967B; }
p { color: rgb(215,150,123); }
H1.HeaderClassName
{
color: #D7967B;
}
.AnyTagClassName
{
color: #D7967B;
}
</style>
background-color css
<style>
a { background-color: #D7967B; }
a { background-color: rgb(215,150,123); }
div.DivClassName
{
background-color: #D7967B;
}
.BgClassName
{
background-color: #D7967B;
}
</style>
border-color css
<style>
span { border-color: #D7967B; }
span { border-color: rgb(215,150,123); }
td.TdClassName
{
border-color: #D7967B;
}
.TagClassName
{
border-color: #D7967B;
}
</style>