Shades of Feldspar #D19673
Tints of Feldspar #D19673
RGB
CMYK
RGB Variations
Color information
#D19673 (or 0xD19673) is known color: Feldspar. HEX triplet: D1, 96 and 73. RGB value is (209,150,115). Sum of RGB (Red+Green+Blue) = 209+150+115=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D19673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19673 is #2E698C. Grayscale: #A3A3A3. Windows color (decimal): -3041677 or 7575249. OLE color: 7575249.
HSL color Cylindrical-coordinate representation of color #D19673: hue angle of 22.34º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D19673 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 115 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.18 |
| HSL | 22.34º | 0.51% | 0.64% | - |
| HSV(B) | 22.34º | 0.45% | 0.82% | - |
| XYZ | 40.3 | 36.61 | 21.16 | - |
| YUV | 163.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 115 | 0 | 0.28 | 0.45 | 0.18 | 22.34 | 0.51 | 0.64 |
| Hex | D1 | 96 | 73 | 0 | 1C | 2D | 12 | 16 | 33 | 40 |
| Octal | 321 | 226 | 163 | 0 | 34 | 55 | 22 | 26 | 63 | 100 |
| Binary | 11010001 | 10010110 | 1110011 | 0 | 11100 | 101101 | 10010 | 10110 | 110011 | 1000000 |
Color Harmonies of #D19673
Complementary color
Monochromatic Colors of #D19673
Black with #D19673
Text Example
Text Example
White with #D19673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19673; }
p { color: rgb(209,150,115); }
H1.HeaderClassName
{
color: #D19673;
}
.AnyTagClassName
{
color: #D19673;
}
</style>
background-color css
<style>
a { background-color: #D19673; }
a { background-color: rgb(209,150,115); }
div.DivClassName
{
background-color: #D19673;
}
.BgClassName
{
background-color: #D19673;
}
</style>
border-color css
<style>
span { border-color: #D19673; }
span { border-color: rgb(209,150,115); }
td.TdClassName
{
border-color: #D19673;
}
.TagClassName
{
border-color: #D19673;
}
</style>