Shades of Feldspar #D1946F
Tints of Feldspar #D1946F
RGB
CMYK
RGB Variations
Color information
#D1946F (or 0xD1946F) is known color: Feldspar. HEX triplet: D1, 94 and 6F. RGB value is (209,148,111). Sum of RGB (Red+Green+Blue) = 209+148+111=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1946F is #2E6B90. Grayscale: #A2A2A2. Windows color (decimal): -3042193 or 7312593. OLE color: 7312593.
HSL color Cylindrical-coordinate representation of color #D1946F: hue angle of 22.65º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1946F is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 111 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.18 |
| HSL | 22.65º | 0.52% | 0.63% | - |
| HSV(B) | 22.65º | 0.47% | 0.82% | - |
| XYZ | 39.75 | 35.88 | 19.87 | - |
| YUV | 162.02 | 99.21 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 111 | 0 | 0.29 | 0.47 | 0.18 | 22.65 | 0.52 | 0.63 |
| Hex | D1 | 94 | 6F | 0 | 1D | 2F | 12 | 17 | 34 | 3F |
| Octal | 321 | 224 | 157 | 0 | 35 | 57 | 22 | 27 | 64 | 77 |
| Binary | 11010001 | 10010100 | 1101111 | 0 | 11101 | 101111 | 10010 | 10111 | 110100 | 111111 |
Color Harmonies of #D1946F
Complementary color
Monochromatic Colors of #D1946F
Black with #D1946F
Text Example
Text Example
White with #D1946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1946F; }
p { color: rgb(209,148,111); }
H1.HeaderClassName
{
color: #D1946F;
}
.AnyTagClassName
{
color: #D1946F;
}
</style>
background-color css
<style>
a { background-color: #D1946F; }
a { background-color: rgb(209,148,111); }
div.DivClassName
{
background-color: #D1946F;
}
.BgClassName
{
background-color: #D1946F;
}
</style>
border-color css
<style>
span { border-color: #D1946F; }
span { border-color: rgb(209,148,111); }
td.TdClassName
{
border-color: #D1946F;
}
.TagClassName
{
border-color: #D1946F;
}
</style>