Shades of Feldspar #D18A6F
Tints of Feldspar #D18A6F
RGB
CMYK
RGB Variations
Color information
#D18A6F (or 0xD18A6F) is known color: Feldspar. HEX triplet: D1, 8A and 6F. RGB value is (209,138,111). Sum of RGB (Red+Green+Blue) = 209+138+111=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A6F is #2E7590. Grayscale: #9C9C9C. Windows color (decimal): -3044753 or 7310033. OLE color: 7310033.
HSL color Cylindrical-coordinate representation of color #D18A6F: hue angle of 16.53º 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 #D18A6F is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 111 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.18 |
| HSL | 16.53º | 0.52% | 0.63% | - |
| HSV(B) | 16.53º | 0.47% | 0.82% | - |
| XYZ | 38.25 | 32.88 | 19.37 | - |
| YUV | 156.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 111 | 0 | 0.34 | 0.47 | 0.18 | 16.53 | 0.52 | 0.63 |
| Hex | D1 | 8A | 6F | 0 | 22 | 2F | 12 | 11 | 34 | 3F |
| Octal | 321 | 212 | 157 | 0 | 42 | 57 | 22 | 21 | 64 | 77 |
| Binary | 11010001 | 10001010 | 1101111 | 0 | 100010 | 101111 | 10010 | 10001 | 110100 | 111111 |
Color Harmonies of #D18A6F
Complementary color
Monochromatic Colors of #D18A6F
Black with #D18A6F
Text Example
Text Example
White with #D18A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A6F; }
p { color: rgb(209,138,111); }
H1.HeaderClassName
{
color: #D18A6F;
}
.AnyTagClassName
{
color: #D18A6F;
}
</style>
background-color css
<style>
a { background-color: #D18A6F; }
a { background-color: rgb(209,138,111); }
div.DivClassName
{
background-color: #D18A6F;
}
.BgClassName
{
background-color: #D18A6F;
}
</style>
border-color css
<style>
span { border-color: #D18A6F; }
span { border-color: rgb(209,138,111); }
td.TdClassName
{
border-color: #D18A6F;
}
.TagClassName
{
border-color: #D18A6F;
}
</style>