Shades of Feldspar #D7936C
Tints of Feldspar #D7936C
RGB
CMYK
RGB Variations
Color information
#D7936C (or 0xD7936C) is known color: Feldspar. HEX triplet: D7, 93 and 6C. RGB value is (215,147,108). Sum of RGB (Red+Green+Blue) = 215+147+108=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7936C is #286C93. Grayscale: #A3A3A3. Windows color (decimal): -2649236 or 7115735. OLE color: 7115735.
HSL color Cylindrical-coordinate representation of color #D7936C: hue angle of 21.87º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7936C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 108 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.16 |
| HSL | 21.87º | 0.57% | 0.63% | - |
| HSV(B) | 21.87º | 0.5% | 0.84% | - |
| XYZ | 41.16 | 36.4 | 19.04 | - |
| YUV | 162.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 108 | 0 | 0.32 | 0.50 | 0.16 | 21.87 | 0.57 | 0.63 |
| Hex | D7 | 93 | 6C | 0 | 20 | 32 | 10 | 16 | 39 | 3F |
| Octal | 327 | 223 | 154 | 0 | 40 | 62 | 20 | 26 | 71 | 77 |
| Binary | 11010111 | 10010011 | 1101100 | 0 | 100000 | 110010 | 10000 | 10110 | 111001 | 111111 |
Color Harmonies of #D7936C
Complementary color
Monochromatic Colors of #D7936C
Black with #D7936C
Text Example
Text Example
White with #D7936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7936C; }
p { color: rgb(215,147,108); }
H1.HeaderClassName
{
color: #D7936C;
}
.AnyTagClassName
{
color: #D7936C;
}
</style>
background-color css
<style>
a { background-color: #D7936C; }
a { background-color: rgb(215,147,108); }
div.DivClassName
{
background-color: #D7936C;
}
.BgClassName
{
background-color: #D7936C;
}
</style>
border-color css
<style>
span { border-color: #D7936C; }
span { border-color: rgb(215,147,108); }
td.TdClassName
{
border-color: #D7936C;
}
.TagClassName
{
border-color: #D7936C;
}
</style>