Shades of Feldspar #D18A71
Tints of Feldspar #D18A71
RGB
CMYK
RGB Variations
Color information
#D18A71 (or 0xD18A71) is known color: Feldspar. HEX triplet: D1, 8A and 71. RGB value is (209,138,113). Sum of RGB (Red+Green+Blue) = 209+138+113=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A71 is #2E758E. Grayscale: #9C9C9C. Windows color (decimal): -3044751 or 7441105. OLE color: 7441105.
HSL color Cylindrical-coordinate representation of color #D18A71: hue angle of 15.62º 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 #D18A71 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 113 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.18 |
| HSL | 15.63º | 0.51% | 0.63% | - |
| HSV(B) | 15.63º | 0.46% | 0.82% | - |
| XYZ | 38.36 | 32.92 | 19.96 | - |
| YUV | 156.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 113 | 0 | 0.34 | 0.46 | 0.18 | 15.63 | 0.51 | 0.63 |
| Hex | D1 | 8A | 71 | 0 | 22 | 2E | 12 | 10 | 33 | 3F |
| Octal | 321 | 212 | 161 | 0 | 42 | 56 | 22 | 20 | 63 | 77 |
| Binary | 11010001 | 10001010 | 1110001 | 0 | 100010 | 101110 | 10010 | 10000 | 110011 | 111111 |
Color Harmonies of #D18A71
Complementary color
Monochromatic Colors of #D18A71
Black with #D18A71
Text Example
Text Example
White with #D18A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A71; }
p { color: rgb(209,138,113); }
H1.HeaderClassName
{
color: #D18A71;
}
.AnyTagClassName
{
color: #D18A71;
}
</style>
background-color css
<style>
a { background-color: #D18A71; }
a { background-color: rgb(209,138,113); }
div.DivClassName
{
background-color: #D18A71;
}
.BgClassName
{
background-color: #D18A71;
}
</style>
border-color css
<style>
span { border-color: #D18A71; }
span { border-color: rgb(209,138,113); }
td.TdClassName
{
border-color: #D18A71;
}
.TagClassName
{
border-color: #D18A71;
}
</style>