Shades of Feldspar #D19B73
Tints of Feldspar #D19B73
RGB
CMYK
RGB Variations
Color information
#D19B73 (or 0xD19B73) is known color: Feldspar. HEX triplet: D1, 9B and 73. RGB value is (209,155,115). Sum of RGB (Red+Green+Blue) = 209+155+115=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B73 is #2E648C. Grayscale: #A6A6A6. Windows color (decimal): -3040397 or 7576529. OLE color: 7576529.
HSL color Cylindrical-coordinate representation of color #D19B73: hue angle of 25.53º 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 #D19B73 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 115 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.18 |
| HSL | 25.53º | 0.51% | 0.64% | - |
| HSV(B) | 25.53º | 0.45% | 0.82% | - |
| XYZ | 41.11 | 38.24 | 21.43 | - |
| YUV | 166.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 115 | 0 | 0.26 | 0.45 | 0.18 | 25.53 | 0.51 | 0.64 |
| Hex | D1 | 9B | 73 | 0 | 1A | 2D | 12 | 1A | 33 | 40 |
| Octal | 321 | 233 | 163 | 0 | 32 | 55 | 22 | 32 | 63 | 100 |
| Binary | 11010001 | 10011011 | 1110011 | 0 | 11010 | 101101 | 10010 | 11010 | 110011 | 1000000 |
Color Harmonies of #D19B73
Complementary color
Monochromatic Colors of #D19B73
Black with #D19B73
Text Example
Text Example
White with #D19B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B73; }
p { color: rgb(209,155,115); }
H1.HeaderClassName
{
color: #D19B73;
}
.AnyTagClassName
{
color: #D19B73;
}
</style>
background-color css
<style>
a { background-color: #D19B73; }
a { background-color: rgb(209,155,115); }
div.DivClassName
{
background-color: #D19B73;
}
.BgClassName
{
background-color: #D19B73;
}
</style>
border-color css
<style>
span { border-color: #D19B73; }
span { border-color: rgb(209,155,115); }
td.TdClassName
{
border-color: #D19B73;
}
.TagClassName
{
border-color: #D19B73;
}
</style>