Shades of Feldspar #D18A76
Tints of Feldspar #D18A76
RGB
CMYK
RGB Variations
Color information
#D18A76 (or 0xD18A76) is known color: Feldspar. HEX triplet: D1, 8A and 76. RGB value is (209,138,118). Sum of RGB (Red+Green+Blue) = 209+138+118=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A76 is #2E7589. Grayscale: #9D9D9D. Windows color (decimal): -3044746 or 7768785. OLE color: 7768785.
HSL color Cylindrical-coordinate representation of color #D18A76: hue angle of 13.19º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18A76 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 118 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.18 |
| HSL | 13.19º | 0.5% | 0.64% | - |
| HSV(B) | 13.19º | 0.44% | 0.82% | - |
| XYZ | 38.65 | 33.04 | 21.48 | - |
| YUV | 156.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 118 | 0 | 0.34 | 0.44 | 0.18 | 13.19 | 0.5 | 0.64 |
| Hex | D1 | 8A | 76 | 0 | 22 | 2C | 12 | D | 32 | 40 |
| Octal | 321 | 212 | 166 | 0 | 42 | 54 | 22 | 15 | 62 | 100 |
| Binary | 11010001 | 10001010 | 1110110 | 0 | 100010 | 101100 | 10010 | 1101 | 110010 | 1000000 |
Color Harmonies of #D18A76
Complementary color
Monochromatic Colors of #D18A76
Black with #D18A76
Text Example
Text Example
White with #D18A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A76; }
p { color: rgb(209,138,118); }
H1.HeaderClassName
{
color: #D18A76;
}
.AnyTagClassName
{
color: #D18A76;
}
</style>
background-color css
<style>
a { background-color: #D18A76; }
a { background-color: rgb(209,138,118); }
div.DivClassName
{
background-color: #D18A76;
}
.BgClassName
{
background-color: #D18A76;
}
</style>
border-color css
<style>
span { border-color: #D18A76; }
span { border-color: rgb(209,138,118); }
td.TdClassName
{
border-color: #D18A76;
}
.TagClassName
{
border-color: #D18A76;
}
</style>