Shades of Feldspar #D6936C
Tints of Feldspar #D6936C
RGB
CMYK
RGB Variations
Color information
#D6936C (or 0xD6936C) is known color: Feldspar. HEX triplet: D6, 93 and 6C. RGB value is (214,147,108). Sum of RGB (Red+Green+Blue) = 214+147+108=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6936C is #296C93. Grayscale: #A2A2A2. Windows color (decimal): -2714772 or 7115734. OLE color: 7115734.
HSL color Cylindrical-coordinate representation of color #D6936C: hue angle of 22.08º degrees, saturation: 0.56, 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 #D6936C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 108 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.16 |
| HSL | 22.08º | 0.56% | 0.63% | - |
| HSV(B) | 22.08º | 0.5% | 0.84% | - |
| XYZ | 40.87 | 36.25 | 19.03 | - |
| YUV | 162.59 | 97.2 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 108 | 0 | 0.31 | 0.50 | 0.16 | 22.08 | 0.56 | 0.63 |
| Hex | D6 | 93 | 6C | 0 | 1F | 32 | 10 | 16 | 38 | 3F |
| Octal | 326 | 223 | 154 | 0 | 37 | 62 | 20 | 26 | 70 | 77 |
| Binary | 11010110 | 10010011 | 1101100 | 0 | 11111 | 110010 | 10000 | 10110 | 111000 | 111111 |
Color Harmonies of #D6936C
Complementary color
Monochromatic Colors of #D6936C
Black with #D6936C
Text Example
Text Example
White with #D6936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6936C; }
p { color: rgb(214,147,108); }
H1.HeaderClassName
{
color: #D6936C;
}
.AnyTagClassName
{
color: #D6936C;
}
</style>
background-color css
<style>
a { background-color: #D6936C; }
a { background-color: rgb(214,147,108); }
div.DivClassName
{
background-color: #D6936C;
}
.BgClassName
{
background-color: #D6936C;
}
</style>
border-color css
<style>
span { border-color: #D6936C; }
span { border-color: rgb(214,147,108); }
td.TdClassName
{
border-color: #D6936C;
}
.TagClassName
{
border-color: #D6936C;
}
</style>