Shades of Feldspar #D39782
Tints of Feldspar #D39782
RGB
CMYK
RGB Variations
Color information
#D39782 (or 0xD39782) is known color: Feldspar. HEX triplet: D3, 97 and 82. RGB value is (211,151,130). Sum of RGB (Red+Green+Blue) = 211+151+130=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D39782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39782 is #2C687D. Grayscale: #A6A6A6. Windows color (decimal): -2910334 or 8558547. OLE color: 8558547.
HSL color Cylindrical-coordinate representation of color #D39782: hue angle of 15.56º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D39782 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 130 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.17 |
| HSL | 15.56º | 0.48% | 0.67% | - |
| HSV(B) | 15.56º | 0.38% | 0.83% | - |
| XYZ | 41.96 | 37.59 | 26.16 | - |
| YUV | 166.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 130 | 0 | 0.28 | 0.38 | 0.17 | 15.56 | 0.48 | 0.67 |
| Hex | D3 | 97 | 82 | 0 | 1C | 26 | 11 | 10 | 30 | 43 |
| Octal | 323 | 227 | 202 | 0 | 34 | 46 | 21 | 20 | 60 | 103 |
| Binary | 11010011 | 10010111 | 10000010 | 0 | 11100 | 100110 | 10001 | 10000 | 110000 | 1000011 |
Color Harmonies of #D39782
Complementary color
Monochromatic Colors of #D39782
Black with #D39782
Text Example
Text Example
White with #D39782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39782; }
p { color: rgb(211,151,130); }
H1.HeaderClassName
{
color: #D39782;
}
.AnyTagClassName
{
color: #D39782;
}
</style>
background-color css
<style>
a { background-color: #D39782; }
a { background-color: rgb(211,151,130); }
div.DivClassName
{
background-color: #D39782;
}
.BgClassName
{
background-color: #D39782;
}
</style>
border-color css
<style>
span { border-color: #D39782; }
span { border-color: rgb(211,151,130); }
td.TdClassName
{
border-color: #D39782;
}
.TagClassName
{
border-color: #D39782;
}
</style>