Shades of Feldspar #D19682
Tints of Feldspar #D19682
RGB
CMYK
RGB Variations
Color information
#D19682 (or 0xD19682) is known color: Feldspar. HEX triplet: D1, 96 and 82. RGB value is (209,150,130). Sum of RGB (Red+Green+Blue) = 209+150+130=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D19682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19682 is #2E697D. Grayscale: #A5A5A5. Windows color (decimal): -3041662 or 8558289. OLE color: 8558289.
HSL color Cylindrical-coordinate representation of color #D19682: hue angle of 15.19º 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 #D19682 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 130 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.18 |
| HSL | 15.19º | 0.46% | 0.66% | - |
| HSV(B) | 15.19º | 0.38% | 0.82% | - |
| XYZ | 41.23 | 36.98 | 26.08 | - |
| YUV | 165.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 130 | 0 | 0.28 | 0.38 | 0.18 | 15.19 | 0.46 | 0.66 |
| Hex | D1 | 96 | 82 | 0 | 1C | 26 | 12 | F | 2E | 42 |
| Octal | 321 | 226 | 202 | 0 | 34 | 46 | 22 | 17 | 56 | 102 |
| Binary | 11010001 | 10010110 | 10000010 | 0 | 11100 | 100110 | 10010 | 1111 | 101110 | 1000010 |
Color Harmonies of #D19682
Complementary color
Monochromatic Colors of #D19682
Black with #D19682
Text Example
Text Example
White with #D19682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19682; }
p { color: rgb(209,150,130); }
H1.HeaderClassName
{
color: #D19682;
}
.AnyTagClassName
{
color: #D19682;
}
</style>
background-color css
<style>
a { background-color: #D19682; }
a { background-color: rgb(209,150,130); }
div.DivClassName
{
background-color: #D19682;
}
.BgClassName
{
background-color: #D19682;
}
</style>
border-color css
<style>
span { border-color: #D19682; }
span { border-color: rgb(209,150,130); }
td.TdClassName
{
border-color: #D19682;
}
.TagClassName
{
border-color: #D19682;
}
</style>