Shades of Feldspar #D19172
Tints of Feldspar #D19172
RGB
CMYK
RGB Variations
Color information
#D19172 (or 0xD19172) is known color: Feldspar. HEX triplet: D1, 91 and 72. RGB value is (209,145,114). Sum of RGB (Red+Green+Blue) = 209+145+114=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D19172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19172 is #2E6E8D. Grayscale: #A0A0A0. Windows color (decimal): -3042958 or 7508433. OLE color: 7508433.
HSL color Cylindrical-coordinate representation of color #D19172: hue angle of 19.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D19172 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 114 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.18 |
| HSL | 19.58º | 0.51% | 0.63% | - |
| HSV(B) | 19.58º | 0.45% | 0.82% | - |
| XYZ | 39.46 | 35.02 | 20.6 | - |
| YUV | 160.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 114 | 0 | 0.31 | 0.45 | 0.18 | 19.58 | 0.51 | 0.63 |
| Hex | D1 | 91 | 72 | 0 | 1F | 2D | 12 | 14 | 33 | 3F |
| Octal | 321 | 221 | 162 | 0 | 37 | 55 | 22 | 24 | 63 | 77 |
| Binary | 11010001 | 10010001 | 1110010 | 0 | 11111 | 101101 | 10010 | 10100 | 110011 | 111111 |
Color Harmonies of #D19172
Complementary color
Monochromatic Colors of #D19172
Black with #D19172
Text Example
Text Example
White with #D19172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19172; }
p { color: rgb(209,145,114); }
H1.HeaderClassName
{
color: #D19172;
}
.AnyTagClassName
{
color: #D19172;
}
</style>
background-color css
<style>
a { background-color: #D19172; }
a { background-color: rgb(209,145,114); }
div.DivClassName
{
background-color: #D19172;
}
.BgClassName
{
background-color: #D19172;
}
</style>
border-color css
<style>
span { border-color: #D19172; }
span { border-color: rgb(209,145,114); }
td.TdClassName
{
border-color: #D19172;
}
.TagClassName
{
border-color: #D19172;
}
</style>