Shades of Feldspar #D19972
Tints of Feldspar #D19972
RGB
CMYK
RGB Variations
Color information
#D19972 (or 0xD19972) is known color: Feldspar. HEX triplet: D1, 99 and 72. RGB value is (209,153,114). Sum of RGB (Red+Green+Blue) = 209+153+114=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D19972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19972 is #2E668D. Grayscale: #A5A5A5. Windows color (decimal): -3040910 or 7510481. OLE color: 7510481.
HSL color Cylindrical-coordinate representation of color #D19972: hue angle of 24.63º 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 #D19972 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 114 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.18 |
| HSL | 24.63º | 0.51% | 0.63% | - |
| HSV(B) | 24.63º | 0.45% | 0.82% | - |
| XYZ | 40.72 | 37.55 | 21.02 | - |
| YUV | 165.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 114 | 0 | 0.27 | 0.45 | 0.18 | 24.63 | 0.51 | 0.63 |
| Hex | D1 | 99 | 72 | 0 | 1B | 2D | 12 | 19 | 33 | 3F |
| Octal | 321 | 231 | 162 | 0 | 33 | 55 | 22 | 31 | 63 | 77 |
| Binary | 11010001 | 10011001 | 1110010 | 0 | 11011 | 101101 | 10010 | 11001 | 110011 | 111111 |
Color Harmonies of #D19972
Complementary color
Monochromatic Colors of #D19972
Black with #D19972
Text Example
Text Example
White with #D19972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19972; }
p { color: rgb(209,153,114); }
H1.HeaderClassName
{
color: #D19972;
}
.AnyTagClassName
{
color: #D19972;
}
</style>
background-color css
<style>
a { background-color: #D19972; }
a { background-color: rgb(209,153,114); }
div.DivClassName
{
background-color: #D19972;
}
.BgClassName
{
background-color: #D19972;
}
</style>
border-color css
<style>
span { border-color: #D19972; }
span { border-color: rgb(209,153,114); }
td.TdClassName
{
border-color: #D19972;
}
.TagClassName
{
border-color: #D19972;
}
</style>