Shades of Feldspar #D19782
Tints of Feldspar #D19782
RGB
CMYK
RGB Variations
Color information
#D19782 (or 0xD19782) is known color: Feldspar. HEX triplet: D1, 97 and 82. RGB value is (209,151,130). Sum of RGB (Red+Green+Blue) = 209+151+130=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D19782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19782 is #2E687D. Grayscale: #A6A6A6. Windows color (decimal): -3041406 or 8558545. OLE color: 8558545.
HSL color Cylindrical-coordinate representation of color #D19782: hue angle of 15.95º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D19782 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 130 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.18 |
| HSL | 15.95º | 0.46% | 0.66% | - |
| HSV(B) | 15.95º | 0.38% | 0.82% | - |
| XYZ | 41.39 | 37.3 | 26.14 | - |
| YUV | 165.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 130 | 0 | 0.28 | 0.38 | 0.18 | 15.95 | 0.46 | 0.66 |
| Hex | D1 | 97 | 82 | 0 | 1C | 26 | 12 | 10 | 2E | 42 |
| Octal | 321 | 227 | 202 | 0 | 34 | 46 | 22 | 20 | 56 | 102 |
| Binary | 11010001 | 10010111 | 10000010 | 0 | 11100 | 100110 | 10010 | 10000 | 101110 | 1000010 |
Color Harmonies of #D19782
Complementary color
Monochromatic Colors of #D19782
Black with #D19782
Text Example
Text Example
White with #D19782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19782; }
p { color: rgb(209,151,130); }
H1.HeaderClassName
{
color: #D19782;
}
.AnyTagClassName
{
color: #D19782;
}
</style>
background-color css
<style>
a { background-color: #D19782; }
a { background-color: rgb(209,151,130); }
div.DivClassName
{
background-color: #D19782;
}
.BgClassName
{
background-color: #D19782;
}
</style>
border-color css
<style>
span { border-color: #D19782; }
span { border-color: rgb(209,151,130); }
td.TdClassName
{
border-color: #D19782;
}
.TagClassName
{
border-color: #D19782;
}
</style>