Shades of Feldspar #D79882
Tints of Feldspar #D79882
RGB
CMYK
RGB Variations
Color information
#D79882 (or 0xD79882) is known color: Feldspar. HEX triplet: D7, 98 and 82. RGB value is (215,152,130). Sum of RGB (Red+Green+Blue) = 215+152+130=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D79882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79882 is #28677D. Grayscale: #A8A8A8. Windows color (decimal): -2647934 or 8558807. OLE color: 8558807.
HSL color Cylindrical-coordinate representation of color #D79882: hue angle of 15.53º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D79882 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 130 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.16 |
| HSL | 15.53º | 0.52% | 0.68% | - |
| HSV(B) | 15.53º | 0.4% | 0.84% | - |
| XYZ | 43.28 | 38.52 | 26.27 | - |
| YUV | 168.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 130 | 0 | 0.29 | 0.40 | 0.16 | 15.53 | 0.52 | 0.68 |
| Hex | D7 | 98 | 82 | 0 | 1D | 28 | 10 | 10 | 34 | 44 |
| Octal | 327 | 230 | 202 | 0 | 35 | 50 | 20 | 20 | 64 | 104 |
| Binary | 11010111 | 10011000 | 10000010 | 0 | 11101 | 101000 | 10000 | 10000 | 110100 | 1000100 |
Color Harmonies of #D79882
Complementary color
Monochromatic Colors of #D79882
Black with #D79882
Text Example
Text Example
White with #D79882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79882; }
p { color: rgb(215,152,130); }
H1.HeaderClassName
{
color: #D79882;
}
.AnyTagClassName
{
color: #D79882;
}
</style>
background-color css
<style>
a { background-color: #D79882; }
a { background-color: rgb(215,152,130); }
div.DivClassName
{
background-color: #D79882;
}
.BgClassName
{
background-color: #D79882;
}
</style>
border-color css
<style>
span { border-color: #D79882; }
span { border-color: rgb(215,152,130); }
td.TdClassName
{
border-color: #D79882;
}
.TagClassName
{
border-color: #D79882;
}
</style>