Shades of Feldspar #D18B73
Tints of Feldspar #D18B73
RGB
CMYK
RGB Variations
Color information
#D18B73 (or 0xD18B73) is known color: Feldspar. HEX triplet: D1, 8B and 73. RGB value is (209,139,115). Sum of RGB (Red+Green+Blue) = 209+139+115=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B73 is #2E748C. Grayscale: #9D9D9D. Windows color (decimal): -3044493 or 7572433. OLE color: 7572433.
HSL color Cylindrical-coordinate representation of color #D18B73: hue angle of 15.32º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18B73 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 115 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.18 |
| HSL | 15.32º | 0.51% | 0.64% | - |
| HSV(B) | 15.32º | 0.45% | 0.82% | - |
| XYZ | 38.62 | 33.26 | 20.6 | - |
| YUV | 157.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 115 | 0 | 0.33 | 0.45 | 0.18 | 15.32 | 0.51 | 0.64 |
| Hex | D1 | 8B | 73 | 0 | 21 | 2D | 12 | F | 33 | 40 |
| Octal | 321 | 213 | 163 | 0 | 41 | 55 | 22 | 17 | 63 | 100 |
| Binary | 11010001 | 10001011 | 1110011 | 0 | 100001 | 101101 | 10010 | 1111 | 110011 | 1000000 |
Color Harmonies of #D18B73
Complementary color
Monochromatic Colors of #D18B73
Black with #D18B73
Text Example
Text Example
White with #D18B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B73; }
p { color: rgb(209,139,115); }
H1.HeaderClassName
{
color: #D18B73;
}
.AnyTagClassName
{
color: #D18B73;
}
</style>
background-color css
<style>
a { background-color: #D18B73; }
a { background-color: rgb(209,139,115); }
div.DivClassName
{
background-color: #D18B73;
}
.BgClassName
{
background-color: #D18B73;
}
</style>
border-color css
<style>
span { border-color: #D18B73; }
span { border-color: rgb(209,139,115); }
td.TdClassName
{
border-color: #D18B73;
}
.TagClassName
{
border-color: #D18B73;
}
</style>