Shades of Feldspar #D39276
Tints of Feldspar #D39276
RGB
CMYK
RGB Variations
Color information
#D39276 (or 0xD39276) is known color: Feldspar. HEX triplet: D3, 92 and 76. RGB value is (211,146,118). Sum of RGB (Red+Green+Blue) = 211+146+118=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D39276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39276 is #2C6D89. Grayscale: #A2A2A2. Windows color (decimal): -2911626 or 7770835. OLE color: 7770835.
HSL color Cylindrical-coordinate representation of color #D39276: hue angle of 18.06º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D39276 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 118 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.17 |
| HSL | 18.06º | 0.51% | 0.65% | - |
| HSV(B) | 18.06º | 0.44% | 0.83% | - |
| XYZ | 40.41 | 35.71 | 21.9 | - |
| YUV | 162.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 118 | 0 | 0.31 | 0.44 | 0.17 | 18.06 | 0.51 | 0.65 |
| Hex | D3 | 92 | 76 | 0 | 1F | 2C | 11 | 12 | 33 | 41 |
| Octal | 323 | 222 | 166 | 0 | 37 | 54 | 21 | 22 | 63 | 101 |
| Binary | 11010011 | 10010010 | 1110110 | 0 | 11111 | 101100 | 10001 | 10010 | 110011 | 1000001 |
Color Harmonies of #D39276
Complementary color
Monochromatic Colors of #D39276
Black with #D39276
Text Example
Text Example
White with #D39276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39276; }
p { color: rgb(211,146,118); }
H1.HeaderClassName
{
color: #D39276;
}
.AnyTagClassName
{
color: #D39276;
}
</style>
background-color css
<style>
a { background-color: #D39276; }
a { background-color: rgb(211,146,118); }
div.DivClassName
{
background-color: #D39276;
}
.BgClassName
{
background-color: #D39276;
}
</style>
border-color css
<style>
span { border-color: #D39276; }
span { border-color: rgb(211,146,118); }
td.TdClassName
{
border-color: #D39276;
}
.TagClassName
{
border-color: #D39276;
}
</style>