Shades of Feldspar #D18F78
Tints of Feldspar #D18F78
RGB
CMYK
RGB Variations
Color information
#D18F78 (or 0xD18F78) is known color: Feldspar. HEX triplet: D1, 8F and 78. RGB value is (209,143,120). Sum of RGB (Red+Green+Blue) = 209+143+120=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F78 is #2E7087. Grayscale: #A0A0A0. Windows color (decimal): -3043464 or 7901137. OLE color: 7901137.
HSL color Cylindrical-coordinate representation of color #D18F78: hue angle of 15.51º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D18F78 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 120 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.18 |
| HSL | 15.51º | 0.49% | 0.65% | - |
| HSV(B) | 15.51º | 0.43% | 0.82% | - |
| XYZ | 39.51 | 34.56 | 22.36 | - |
| YUV | 160.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 120 | 0 | 0.32 | 0.43 | 0.18 | 15.51 | 0.49 | 0.65 |
| Hex | D1 | 8F | 78 | 0 | 20 | 2B | 12 | 10 | 31 | 41 |
| Octal | 321 | 217 | 170 | 0 | 40 | 53 | 22 | 20 | 61 | 101 |
| Binary | 11010001 | 10001111 | 1111000 | 0 | 100000 | 101011 | 10010 | 10000 | 110001 | 1000001 |
Color Harmonies of #D18F78
Complementary color
Monochromatic Colors of #D18F78
Black with #D18F78
Text Example
Text Example
White with #D18F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F78; }
p { color: rgb(209,143,120); }
H1.HeaderClassName
{
color: #D18F78;
}
.AnyTagClassName
{
color: #D18F78;
}
</style>
background-color css
<style>
a { background-color: #D18F78; }
a { background-color: rgb(209,143,120); }
div.DivClassName
{
background-color: #D18F78;
}
.BgClassName
{
background-color: #D18F78;
}
</style>
border-color css
<style>
span { border-color: #D18F78; }
span { border-color: rgb(209,143,120); }
td.TdClassName
{
border-color: #D18F78;
}
.TagClassName
{
border-color: #D18F78;
}
</style>