Shades of Feldspar #D3977F
Tints of Feldspar #D3977F
RGB
CMYK
RGB Variations
Color information
#D3977F (or 0xD3977F) is known color: Feldspar. HEX triplet: D3, 97 and 7F. RGB value is (211,151,127). Sum of RGB (Red+Green+Blue) = 211+151+127=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D3977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3977F is #2C6880. Grayscale: #A6A6A6. Windows color (decimal): -2910337 or 8361939. OLE color: 8361939.
HSL color Cylindrical-coordinate representation of color #D3977F: hue angle of 17.14º 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 #D3977F is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 127 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.17 |
| HSL | 17.14º | 0.49% | 0.66% | - |
| HSV(B) | 17.14º | 0.4% | 0.83% | - |
| XYZ | 41.76 | 37.51 | 25.12 | - |
| YUV | 166.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 127 | 0 | 0.28 | 0.40 | 0.17 | 17.14 | 0.49 | 0.66 |
| Hex | D3 | 97 | 7F | 0 | 1C | 28 | 11 | 11 | 31 | 42 |
| Octal | 323 | 227 | 177 | 0 | 34 | 50 | 21 | 21 | 61 | 102 |
| Binary | 11010011 | 10010111 | 1111111 | 0 | 11100 | 101000 | 10001 | 10001 | 110001 | 1000010 |
Color Harmonies of #D3977F
Complementary color
Monochromatic Colors of #D3977F
Black with #D3977F
Text Example
Text Example
White with #D3977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3977F; }
p { color: rgb(211,151,127); }
H1.HeaderClassName
{
color: #D3977F;
}
.AnyTagClassName
{
color: #D3977F;
}
</style>
background-color css
<style>
a { background-color: #D3977F; }
a { background-color: rgb(211,151,127); }
div.DivClassName
{
background-color: #D3977F;
}
.BgClassName
{
background-color: #D3977F;
}
</style>
border-color css
<style>
span { border-color: #D3977F; }
span { border-color: rgb(211,151,127); }
td.TdClassName
{
border-color: #D3977F;
}
.TagClassName
{
border-color: #D3977F;
}
</style>