Shades of Feldspar #D39B7E
Tints of Feldspar #D39B7E
RGB
CMYK
RGB Variations
Color information
#D39B7E (or 0xD39B7E) is known color: Feldspar. HEX triplet: D3, 9B and 7E. RGB value is (211,155,126). Sum of RGB (Red+Green+Blue) = 211+155+126=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39B7E is #2C6481. Grayscale: #A8A8A8. Windows color (decimal): -2909314 or 8297427. OLE color: 8297427.
HSL color Cylindrical-coordinate representation of color #D39B7E: hue angle of 20.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D39B7E is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 126 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.17 |
| HSL | 20.47º | 0.49% | 0.66% | - |
| HSV(B) | 20.47º | 0.4% | 0.83% | - |
| XYZ | 42.35 | 38.8 | 25 | - |
| YUV | 168.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 126 | 0 | 0.27 | 0.40 | 0.17 | 20.47 | 0.49 | 0.66 |
| Hex | D3 | 9B | 7E | 0 | 1B | 28 | 11 | 14 | 31 | 42 |
| Octal | 323 | 233 | 176 | 0 | 33 | 50 | 21 | 24 | 61 | 102 |
| Binary | 11010011 | 10011011 | 1111110 | 0 | 11011 | 101000 | 10001 | 10100 | 110001 | 1000010 |
Color Harmonies of #D39B7E
Complementary color
Monochromatic Colors of #D39B7E
Black with #D39B7E
Text Example
Text Example
White with #D39B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39B7E; }
p { color: rgb(211,155,126); }
H1.HeaderClassName
{
color: #D39B7E;
}
.AnyTagClassName
{
color: #D39B7E;
}
</style>
background-color css
<style>
a { background-color: #D39B7E; }
a { background-color: rgb(211,155,126); }
div.DivClassName
{
background-color: #D39B7E;
}
.BgClassName
{
background-color: #D39B7E;
}
</style>
border-color css
<style>
span { border-color: #D39B7E; }
span { border-color: rgb(211,155,126); }
td.TdClassName
{
border-color: #D39B7E;
}
.TagClassName
{
border-color: #D39B7E;
}
</style>