Shades of Feldspar #D18F71
Tints of Feldspar #D18F71
RGB
CMYK
RGB Variations
Color information
#D18F71 (or 0xD18F71) is known color: Feldspar. HEX triplet: D1, 8F and 71. RGB value is (209,143,113). Sum of RGB (Red+Green+Blue) = 209+143+113=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F71 is #2E708E. Grayscale: #9F9F9F. Windows color (decimal): -3043471 or 7442385. OLE color: 7442385.
HSL color Cylindrical-coordinate representation of color #D18F71: hue angle of 18.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D18F71 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 113 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.18 |
| HSL | 18.75º | 0.51% | 0.63% | - |
| HSV(B) | 18.75º | 0.46% | 0.82% | - |
| XYZ | 39.1 | 34.39 | 20.2 | - |
| YUV | 159.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 113 | 0 | 0.32 | 0.46 | 0.18 | 18.75 | 0.51 | 0.63 |
| Hex | D1 | 8F | 71 | 0 | 20 | 2E | 12 | 13 | 33 | 3F |
| Octal | 321 | 217 | 161 | 0 | 40 | 56 | 22 | 23 | 63 | 77 |
| Binary | 11010001 | 10001111 | 1110001 | 0 | 100000 | 101110 | 10010 | 10011 | 110011 | 111111 |
Color Harmonies of #D18F71
Complementary color
Monochromatic Colors of #D18F71
Black with #D18F71
Text Example
Text Example
White with #D18F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F71; }
p { color: rgb(209,143,113); }
H1.HeaderClassName
{
color: #D18F71;
}
.AnyTagClassName
{
color: #D18F71;
}
</style>
background-color css
<style>
a { background-color: #D18F71; }
a { background-color: rgb(209,143,113); }
div.DivClassName
{
background-color: #D18F71;
}
.BgClassName
{
background-color: #D18F71;
}
</style>
border-color css
<style>
span { border-color: #D18F71; }
span { border-color: rgb(209,143,113); }
td.TdClassName
{
border-color: #D18F71;
}
.TagClassName
{
border-color: #D18F71;
}
</style>