Shades of Feldspar #D3936F
Tints of Feldspar #D3936F
RGB
CMYK
RGB Variations
Color information
#D3936F (or 0xD3936F) is known color: Feldspar. HEX triplet: D3, 93 and 6F. RGB value is (211,147,111). Sum of RGB (Red+Green+Blue) = 211+147+111=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3936F is #2C6C90. Grayscale: #A2A2A2. Windows color (decimal): -2911377 or 7312339. OLE color: 7312339.
HSL color Cylindrical-coordinate representation of color #D3936F: hue angle of 21.6º 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 #D3936F is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 111 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.17 |
| HSL | 21.6º | 0.53% | 0.63% | - |
| HSV(B) | 21.6º | 0.47% | 0.83% | - |
| XYZ | 40.17 | 35.86 | 19.84 | - |
| YUV | 162.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 111 | 0 | 0.30 | 0.47 | 0.17 | 21.6 | 0.53 | 0.63 |
| Hex | D3 | 93 | 6F | 0 | 1E | 2F | 11 | 16 | 35 | 3F |
| Octal | 323 | 223 | 157 | 0 | 36 | 57 | 21 | 26 | 65 | 77 |
| Binary | 11010011 | 10010011 | 1101111 | 0 | 11110 | 101111 | 10001 | 10110 | 110101 | 111111 |
Color Harmonies of #D3936F
Complementary color
Monochromatic Colors of #D3936F
Black with #D3936F
Text Example
Text Example
White with #D3936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3936F; }
p { color: rgb(211,147,111); }
H1.HeaderClassName
{
color: #D3936F;
}
.AnyTagClassName
{
color: #D3936F;
}
</style>
background-color css
<style>
a { background-color: #D3936F; }
a { background-color: rgb(211,147,111); }
div.DivClassName
{
background-color: #D3936F;
}
.BgClassName
{
background-color: #D3936F;
}
</style>
border-color css
<style>
span { border-color: #D3936F; }
span { border-color: rgb(211,147,111); }
td.TdClassName
{
border-color: #D3936F;
}
.TagClassName
{
border-color: #D3936F;
}
</style>