Shades of Feldspar #D39675
Tints of Feldspar #D39675
RGB
CMYK
RGB Variations
Color information
#D39675 (or 0xD39675) is known color: Feldspar. HEX triplet: D3, 96 and 75. RGB value is (211,150,117). Sum of RGB (Red+Green+Blue) = 211+150+117=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D39675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39675 is #2C698A. Grayscale: #A4A4A4. Windows color (decimal): -2910603 or 7706323. OLE color: 7706323.
HSL color Cylindrical-coordinate representation of color #D39675: hue angle of 21.06º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D39675 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 117 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.17 |
| HSL | 21.06º | 0.52% | 0.64% | - |
| HSV(B) | 21.06º | 0.45% | 0.83% | - |
| XYZ | 40.98 | 36.95 | 21.8 | - |
| YUV | 164.48 | 101.21 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 117 | 0 | 0.29 | 0.45 | 0.17 | 21.06 | 0.52 | 0.64 |
| Hex | D3 | 96 | 75 | 0 | 1D | 2D | 11 | 15 | 34 | 40 |
| Octal | 323 | 226 | 165 | 0 | 35 | 55 | 21 | 25 | 64 | 100 |
| Binary | 11010011 | 10010110 | 1110101 | 0 | 11101 | 101101 | 10001 | 10101 | 110100 | 1000000 |
Color Harmonies of #D39675
Complementary color
Monochromatic Colors of #D39675
Black with #D39675
Text Example
Text Example
White with #D39675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39675; }
p { color: rgb(211,150,117); }
H1.HeaderClassName
{
color: #D39675;
}
.AnyTagClassName
{
color: #D39675;
}
</style>
background-color css
<style>
a { background-color: #D39675; }
a { background-color: rgb(211,150,117); }
div.DivClassName
{
background-color: #D39675;
}
.BgClassName
{
background-color: #D39675;
}
</style>
border-color css
<style>
span { border-color: #D39675; }
span { border-color: rgb(211,150,117); }
td.TdClassName
{
border-color: #D39675;
}
.TagClassName
{
border-color: #D39675;
}
</style>