Shades of Feldspar #D3967C
Tints of Feldspar #D3967C
RGB
CMYK
RGB Variations
Color information
#D3967C (or 0xD3967C) is known color: Feldspar. HEX triplet: D3, 96 and 7C. RGB value is (211,150,124). Sum of RGB (Red+Green+Blue) = 211+150+124=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3967C is #2C6983. Grayscale: #A5A5A5. Windows color (decimal): -2910596 or 8165075. OLE color: 8165075.
HSL color Cylindrical-coordinate representation of color #D3967C: hue angle of 17.93º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3967C is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 124 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.17 |
| HSL | 17.93º | 0.5% | 0.66% | - |
| HSV(B) | 17.93º | 0.41% | 0.83% | - |
| XYZ | 41.41 | 37.12 | 24.05 | - |
| YUV | 165.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 124 | 0 | 0.29 | 0.41 | 0.17 | 17.93 | 0.5 | 0.66 |
| Hex | D3 | 96 | 7C | 0 | 1D | 29 | 11 | 12 | 32 | 42 |
| Octal | 323 | 226 | 174 | 0 | 35 | 51 | 21 | 22 | 62 | 102 |
| Binary | 11010011 | 10010110 | 1111100 | 0 | 11101 | 101001 | 10001 | 10010 | 110010 | 1000010 |
Color Harmonies of #D3967C
Complementary color
Monochromatic Colors of #D3967C
Black with #D3967C
Text Example
Text Example
White with #D3967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3967C; }
p { color: rgb(211,150,124); }
H1.HeaderClassName
{
color: #D3967C;
}
.AnyTagClassName
{
color: #D3967C;
}
</style>
background-color css
<style>
a { background-color: #D3967C; }
a { background-color: rgb(211,150,124); }
div.DivClassName
{
background-color: #D3967C;
}
.BgClassName
{
background-color: #D3967C;
}
</style>
border-color css
<style>
span { border-color: #D3967C; }
span { border-color: rgb(211,150,124); }
td.TdClassName
{
border-color: #D3967C;
}
.TagClassName
{
border-color: #D3967C;
}
</style>