Shades of Feldspar #D19973
Tints of Feldspar #D19973
RGB
CMYK
RGB Variations
Color information
#D19973 (or 0xD19973) is known color: Feldspar. HEX triplet: D1, 99 and 73. RGB value is (209,153,115). Sum of RGB (Red+Green+Blue) = 209+153+115=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D19973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19973 is #2E668C. Grayscale: #A5A5A5. Windows color (decimal): -3040909 or 7576017. OLE color: 7576017.
HSL color Cylindrical-coordinate representation of color #D19973: hue angle of 24.26º 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 #D19973 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 115 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.18 |
| HSL | 24.26º | 0.51% | 0.64% | - |
| HSV(B) | 24.26º | 0.45% | 0.82% | - |
| XYZ | 40.78 | 37.58 | 21.32 | - |
| YUV | 165.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 115 | 0 | 0.27 | 0.45 | 0.18 | 24.26 | 0.51 | 0.64 |
| Hex | D1 | 99 | 73 | 0 | 1B | 2D | 12 | 18 | 33 | 40 |
| Octal | 321 | 231 | 163 | 0 | 33 | 55 | 22 | 30 | 63 | 100 |
| Binary | 11010001 | 10011001 | 1110011 | 0 | 11011 | 101101 | 10010 | 11000 | 110011 | 1000000 |
Color Harmonies of #D19973
Complementary color
Monochromatic Colors of #D19973
Black with #D19973
Text Example
Text Example
White with #D19973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19973; }
p { color: rgb(209,153,115); }
H1.HeaderClassName
{
color: #D19973;
}
.AnyTagClassName
{
color: #D19973;
}
</style>
background-color css
<style>
a { background-color: #D19973; }
a { background-color: rgb(209,153,115); }
div.DivClassName
{
background-color: #D19973;
}
.BgClassName
{
background-color: #D19973;
}
</style>
border-color css
<style>
span { border-color: #D19973; }
span { border-color: rgb(209,153,115); }
td.TdClassName
{
border-color: #D19973;
}
.TagClassName
{
border-color: #D19973;
}
</style>