Shades of Feldspar #D39976
Tints of Feldspar #D39976
RGB
CMYK
RGB Variations
Color information
#D39976 (or 0xD39976) is known color: Feldspar. HEX triplet: D3, 99 and 76. RGB value is (211,153,118). Sum of RGB (Red+Green+Blue) = 211+153+118=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D39976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39976 is #2C6689. Grayscale: #A6A6A6. Windows color (decimal): -2909834 or 7772627. OLE color: 7772627.
HSL color Cylindrical-coordinate representation of color #D39976: hue angle of 22.58º 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 #D39976 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 118 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.17 |
| HSL | 22.58º | 0.51% | 0.65% | - |
| HSV(B) | 22.58º | 0.44% | 0.83% | - |
| XYZ | 41.53 | 37.94 | 22.27 | - |
| YUV | 166.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 118 | 0 | 0.27 | 0.44 | 0.17 | 22.58 | 0.51 | 0.65 |
| Hex | D3 | 99 | 76 | 0 | 1B | 2C | 11 | 17 | 33 | 41 |
| Octal | 323 | 231 | 166 | 0 | 33 | 54 | 21 | 27 | 63 | 101 |
| Binary | 11010011 | 10011001 | 1110110 | 0 | 11011 | 101100 | 10001 | 10111 | 110011 | 1000001 |
Color Harmonies of #D39976
Complementary color
Monochromatic Colors of #D39976
Black with #D39976
Text Example
Text Example
White with #D39976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39976; }
p { color: rgb(211,153,118); }
H1.HeaderClassName
{
color: #D39976;
}
.AnyTagClassName
{
color: #D39976;
}
</style>
background-color css
<style>
a { background-color: #D39976; }
a { background-color: rgb(211,153,118); }
div.DivClassName
{
background-color: #D39976;
}
.BgClassName
{
background-color: #D39976;
}
</style>
border-color css
<style>
span { border-color: #D39976; }
span { border-color: rgb(211,153,118); }
td.TdClassName
{
border-color: #D39976;
}
.TagClassName
{
border-color: #D39976;
}
</style>