Shades of Feldspar #D7946C
Tints of Feldspar #D7946C
RGB
CMYK
RGB Variations
Color information
#D7946C (or 0xD7946C) is known color: Feldspar. HEX triplet: D7, 94 and 6C. RGB value is (215,148,108). Sum of RGB (Red+Green+Blue) = 215+148+108=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7946C is #286B93. Grayscale: #A3A3A3. Windows color (decimal): -2648980 or 7115991. OLE color: 7115991.
HSL color Cylindrical-coordinate representation of color #D7946C: hue angle of 22.43º 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 #D7946C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 108 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.16 |
| HSL | 22.43º | 0.57% | 0.63% | - |
| HSV(B) | 22.43º | 0.5% | 0.84% | - |
| XYZ | 41.32 | 36.71 | 19.1 | - |
| YUV | 163.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 108 | 0 | 0.31 | 0.50 | 0.16 | 22.43 | 0.57 | 0.63 |
| Hex | D7 | 94 | 6C | 0 | 1F | 32 | 10 | 16 | 39 | 3F |
| Octal | 327 | 224 | 154 | 0 | 37 | 62 | 20 | 26 | 71 | 77 |
| Binary | 11010111 | 10010100 | 1101100 | 0 | 11111 | 110010 | 10000 | 10110 | 111001 | 111111 |
Color Harmonies of #D7946C
Complementary color
Monochromatic Colors of #D7946C
Black with #D7946C
Text Example
Text Example
White with #D7946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7946C; }
p { color: rgb(215,148,108); }
H1.HeaderClassName
{
color: #D7946C;
}
.AnyTagClassName
{
color: #D7946C;
}
</style>
background-color css
<style>
a { background-color: #D7946C; }
a { background-color: rgb(215,148,108); }
div.DivClassName
{
background-color: #D7946C;
}
.BgClassName
{
background-color: #D7946C;
}
</style>
border-color css
<style>
span { border-color: #D7946C; }
span { border-color: rgb(215,148,108); }
td.TdClassName
{
border-color: #D7946C;
}
.TagClassName
{
border-color: #D7946C;
}
</style>