Shades of Feldspar #D38B6F
Tints of Feldspar #D38B6F
RGB
CMYK
RGB Variations
Color information
#D38B6F (or 0xD38B6F) is known color: Feldspar. HEX triplet: D3, 8B and 6F. RGB value is (211,139,111). Sum of RGB (Red+Green+Blue) = 211+139+111=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38B6F is #2C7490. Grayscale: #9D9D9D. Windows color (decimal): -2913425 or 7310291. OLE color: 7310291.
HSL color Cylindrical-coordinate representation of color #D38B6F: hue angle of 16.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D38B6F is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 111 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.17 |
| HSL | 16.8º | 0.53% | 0.63% | - |
| HSV(B) | 16.8º | 0.47% | 0.83% | - |
| XYZ | 38.97 | 33.46 | 19.44 | - |
| YUV | 157.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 111 | 0 | 0.34 | 0.47 | 0.17 | 16.8 | 0.53 | 0.63 |
| Hex | D3 | 8B | 6F | 0 | 22 | 2F | 11 | 11 | 35 | 3F |
| Octal | 323 | 213 | 157 | 0 | 42 | 57 | 21 | 21 | 65 | 77 |
| Binary | 11010011 | 10001011 | 1101111 | 0 | 100010 | 101111 | 10001 | 10001 | 110101 | 111111 |
Color Harmonies of #D38B6F
Complementary color
Monochromatic Colors of #D38B6F
Black with #D38B6F
Text Example
Text Example
White with #D38B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38B6F; }
p { color: rgb(211,139,111); }
H1.HeaderClassName
{
color: #D38B6F;
}
.AnyTagClassName
{
color: #D38B6F;
}
</style>
background-color css
<style>
a { background-color: #D38B6F; }
a { background-color: rgb(211,139,111); }
div.DivClassName
{
background-color: #D38B6F;
}
.BgClassName
{
background-color: #D38B6F;
}
</style>
border-color css
<style>
span { border-color: #D38B6F; }
span { border-color: rgb(211,139,111); }
td.TdClassName
{
border-color: #D38B6F;
}
.TagClassName
{
border-color: #D38B6F;
}
</style>