Shades of Feldspar #D3947F
Tints of Feldspar #D3947F
RGB
CMYK
RGB Variations
Color information
#D3947F (or 0xD3947F) is known color: Feldspar. HEX triplet: D3, 94 and 7F. RGB value is (211,148,127). Sum of RGB (Red+Green+Blue) = 211+148+127=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3947F is #2C6B80. Grayscale: #A4A4A4. Windows color (decimal): -2911105 or 8361171. OLE color: 8361171.
HSL color Cylindrical-coordinate representation of color #D3947F: hue angle of 15º 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 #D3947F is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 127 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.17 |
| HSL | 15º | 0.49% | 0.66% | - |
| HSV(B) | 15º | 0.4% | 0.83% | - |
| XYZ | 41.28 | 36.56 | 24.96 | - |
| YUV | 164.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 127 | 0 | 0.30 | 0.40 | 0.17 | 15 | 0.49 | 0.66 |
| Hex | D3 | 94 | 7F | 0 | 1E | 28 | 11 | F | 31 | 42 |
| Octal | 323 | 224 | 177 | 0 | 36 | 50 | 21 | 17 | 61 | 102 |
| Binary | 11010011 | 10010100 | 1111111 | 0 | 11110 | 101000 | 10001 | 1111 | 110001 | 1000010 |
Color Harmonies of #D3947F
Complementary color
Monochromatic Colors of #D3947F
Black with #D3947F
Text Example
Text Example
White with #D3947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3947F; }
p { color: rgb(211,148,127); }
H1.HeaderClassName
{
color: #D3947F;
}
.AnyTagClassName
{
color: #D3947F;
}
</style>
background-color css
<style>
a { background-color: #D3947F; }
a { background-color: rgb(211,148,127); }
div.DivClassName
{
background-color: #D3947F;
}
.BgClassName
{
background-color: #D3947F;
}
</style>
border-color css
<style>
span { border-color: #D3947F; }
span { border-color: rgb(211,148,127); }
td.TdClassName
{
border-color: #D3947F;
}
.TagClassName
{
border-color: #D3947F;
}
</style>