Shades of Feldspar #D18A74
Tints of Feldspar #D18A74
RGB
CMYK
RGB Variations
Color information
#D18A74 (or 0xD18A74) is known color: Feldspar. HEX triplet: D1, 8A and 74. RGB value is (209,138,116). Sum of RGB (Red+Green+Blue) = 209+138+116=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A74 is #2E758B. Grayscale: #9C9C9C. Windows color (decimal): -3044748 or 7637713. OLE color: 7637713.
HSL color Cylindrical-coordinate representation of color #D18A74: hue angle of 14.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 #D18A74 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 116 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.18 |
| HSL | 14.19º | 0.5% | 0.64% | - |
| HSV(B) | 14.19º | 0.44% | 0.82% | - |
| XYZ | 38.54 | 32.99 | 20.86 | - |
| YUV | 156.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 116 | 0 | 0.34 | 0.44 | 0.18 | 14.19 | 0.5 | 0.64 |
| Hex | D1 | 8A | 74 | 0 | 22 | 2C | 12 | E | 32 | 40 |
| Octal | 321 | 212 | 164 | 0 | 42 | 54 | 22 | 16 | 62 | 100 |
| Binary | 11010001 | 10001010 | 1110100 | 0 | 100010 | 101100 | 10010 | 1110 | 110010 | 1000000 |
Color Harmonies of #D18A74
Complementary color
Monochromatic Colors of #D18A74
Black with #D18A74
Text Example
Text Example
White with #D18A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A74; }
p { color: rgb(209,138,116); }
H1.HeaderClassName
{
color: #D18A74;
}
.AnyTagClassName
{
color: #D18A74;
}
</style>
background-color css
<style>
a { background-color: #D18A74; }
a { background-color: rgb(209,138,116); }
div.DivClassName
{
background-color: #D18A74;
}
.BgClassName
{
background-color: #D18A74;
}
</style>
border-color css
<style>
span { border-color: #D18A74; }
span { border-color: rgb(209,138,116); }
td.TdClassName
{
border-color: #D18A74;
}
.TagClassName
{
border-color: #D18A74;
}
</style>