Shades of Feldspar #D19372
Tints of Feldspar #D19372
RGB
CMYK
RGB Variations
Color information
#D19372 (or 0xD19372) is known color: Feldspar. HEX triplet: D1, 93 and 72. RGB value is (209,147,114). Sum of RGB (Red+Green+Blue) = 209+147+114=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D19372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19372 is #2E6C8D. Grayscale: #A1A1A1. Windows color (decimal): -3042446 or 7508945. OLE color: 7508945.
HSL color Cylindrical-coordinate representation of color #D19372: hue angle of 20.84º 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 #D19372 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 114 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.18 |
| HSL | 20.84º | 0.51% | 0.63% | - |
| HSV(B) | 20.84º | 0.45% | 0.82% | - |
| XYZ | 39.77 | 35.64 | 20.7 | - |
| YUV | 161.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 114 | 0 | 0.30 | 0.45 | 0.18 | 20.84 | 0.51 | 0.63 |
| Hex | D1 | 93 | 72 | 0 | 1E | 2D | 12 | 15 | 33 | 3F |
| Octal | 321 | 223 | 162 | 0 | 36 | 55 | 22 | 25 | 63 | 77 |
| Binary | 11010001 | 10010011 | 1110010 | 0 | 11110 | 101101 | 10010 | 10101 | 110011 | 111111 |
Color Harmonies of #D19372
Complementary color
Monochromatic Colors of #D19372
Black with #D19372
Text Example
Text Example
White with #D19372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19372; }
p { color: rgb(209,147,114); }
H1.HeaderClassName
{
color: #D19372;
}
.AnyTagClassName
{
color: #D19372;
}
</style>
background-color css
<style>
a { background-color: #D19372; }
a { background-color: rgb(209,147,114); }
div.DivClassName
{
background-color: #D19372;
}
.BgClassName
{
background-color: #D19372;
}
</style>
border-color css
<style>
span { border-color: #D19372; }
span { border-color: rgb(209,147,114); }
td.TdClassName
{
border-color: #D19372;
}
.TagClassName
{
border-color: #D19372;
}
</style>