Shades of Feldspar #D18F74
Tints of Feldspar #D18F74
RGB
CMYK
RGB Variations
Color information
#D18F74 (or 0xD18F74) is known color: Feldspar. HEX triplet: D1, 8F and 74. RGB value is (209,143,116). Sum of RGB (Red+Green+Blue) = 209+143+116=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F74 is #2E708B. Grayscale: #9F9F9F. Windows color (decimal): -3043468 or 7638993. OLE color: 7638993.
HSL color Cylindrical-coordinate representation of color #D18F74: hue angle of 17.42º 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 #D18F74 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 116 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.18 |
| HSL | 17.42º | 0.5% | 0.64% | - |
| HSV(B) | 17.42º | 0.44% | 0.82% | - |
| XYZ | 39.27 | 34.46 | 21.1 | - |
| YUV | 159.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 116 | 0 | 0.32 | 0.44 | 0.18 | 17.42 | 0.5 | 0.64 |
| Hex | D1 | 8F | 74 | 0 | 20 | 2C | 12 | 11 | 32 | 40 |
| Octal | 321 | 217 | 164 | 0 | 40 | 54 | 22 | 21 | 62 | 100 |
| Binary | 11010001 | 10001111 | 1110100 | 0 | 100000 | 101100 | 10010 | 10001 | 110010 | 1000000 |
Color Harmonies of #D18F74
Complementary color
Monochromatic Colors of #D18F74
Black with #D18F74
Text Example
Text Example
White with #D18F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F74; }
p { color: rgb(209,143,116); }
H1.HeaderClassName
{
color: #D18F74;
}
.AnyTagClassName
{
color: #D18F74;
}
</style>
background-color css
<style>
a { background-color: #D18F74; }
a { background-color: rgb(209,143,116); }
div.DivClassName
{
background-color: #D18F74;
}
.BgClassName
{
background-color: #D18F74;
}
</style>
border-color css
<style>
span { border-color: #D18F74; }
span { border-color: rgb(209,143,116); }
td.TdClassName
{
border-color: #D18F74;
}
.TagClassName
{
border-color: #D18F74;
}
</style>