Shades of Feldspar #D19670
Tints of Feldspar #D19670
RGB
CMYK
RGB Variations
Color information
#D19670 (or 0xD19670) is known color: Feldspar. HEX triplet: D1, 96 and 70. RGB value is (209,150,112). Sum of RGB (Red+Green+Blue) = 209+150+112=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D19670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19670 is #2E698F. Grayscale: #A3A3A3. Windows color (decimal): -3041680 or 7378641. OLE color: 7378641.
HSL color Cylindrical-coordinate representation of color #D19670: hue angle of 23.51º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D19670 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 112 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.18 |
| HSL | 23.51º | 0.51% | 0.63% | - |
| HSV(B) | 23.51º | 0.46% | 0.82% | - |
| XYZ | 40.13 | 36.54 | 20.27 | - |
| YUV | 163.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 112 | 0 | 0.28 | 0.46 | 0.18 | 23.51 | 0.51 | 0.63 |
| Hex | D1 | 96 | 70 | 0 | 1C | 2E | 12 | 18 | 33 | 3F |
| Octal | 321 | 226 | 160 | 0 | 34 | 56 | 22 | 30 | 63 | 77 |
| Binary | 11010001 | 10010110 | 1110000 | 0 | 11100 | 101110 | 10010 | 11000 | 110011 | 111111 |
Color Harmonies of #D19670
Complementary color
Monochromatic Colors of #D19670
Black with #D19670
Text Example
Text Example
White with #D19670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19670; }
p { color: rgb(209,150,112); }
H1.HeaderClassName
{
color: #D19670;
}
.AnyTagClassName
{
color: #D19670;
}
</style>
background-color css
<style>
a { background-color: #D19670; }
a { background-color: rgb(209,150,112); }
div.DivClassName
{
background-color: #D19670;
}
.BgClassName
{
background-color: #D19670;
}
</style>
border-color css
<style>
span { border-color: #D19670; }
span { border-color: rgb(209,150,112); }
td.TdClassName
{
border-color: #D19670;
}
.TagClassName
{
border-color: #D19670;
}
</style>