Shades of Feldspar #D3916D
Tints of Feldspar #D3916D
RGB
CMYK
RGB Variations
Color information
#D3916D (or 0xD3916D) is known color: Feldspar. HEX triplet: D3, 91 and 6D. RGB value is (211,145,109). Sum of RGB (Red+Green+Blue) = 211+145+109=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3916D is #2C6E92. Grayscale: #A0A0A0. Windows color (decimal): -2911891 or 7180755. OLE color: 7180755.
HSL color Cylindrical-coordinate representation of color #D3916D: hue angle of 21.18º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3916D is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 109 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.17 |
| HSL | 21.18º | 0.54% | 0.63% | - |
| HSV(B) | 21.18º | 0.48% | 0.83% | - |
| XYZ | 39.75 | 35.2 | 19.17 | - |
| YUV | 160.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 109 | 0 | 0.31 | 0.48 | 0.17 | 21.18 | 0.54 | 0.63 |
| Hex | D3 | 91 | 6D | 0 | 1F | 30 | 11 | 15 | 36 | 3F |
| Octal | 323 | 221 | 155 | 0 | 37 | 60 | 21 | 25 | 66 | 77 |
| Binary | 11010011 | 10010001 | 1101101 | 0 | 11111 | 110000 | 10001 | 10101 | 110110 | 111111 |
Color Harmonies of #D3916D
Complementary color
Monochromatic Colors of #D3916D
Black with #D3916D
Text Example
Text Example
White with #D3916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3916D; }
p { color: rgb(211,145,109); }
H1.HeaderClassName
{
color: #D3916D;
}
.AnyTagClassName
{
color: #D3916D;
}
</style>
background-color css
<style>
a { background-color: #D3916D; }
a { background-color: rgb(211,145,109); }
div.DivClassName
{
background-color: #D3916D;
}
.BgClassName
{
background-color: #D3916D;
}
</style>
border-color css
<style>
span { border-color: #D3916D; }
span { border-color: rgb(211,145,109); }
td.TdClassName
{
border-color: #D3916D;
}
.TagClassName
{
border-color: #D3916D;
}
</style>