Shades of Feldspar #D1917D
Tints of Feldspar #D1917D
RGB
CMYK
RGB Variations
Color information
#D1917D (or 0xD1917D) is known color: Feldspar. HEX triplet: D1, 91 and 7D. RGB value is (209,145,125). Sum of RGB (Red+Green+Blue) = 209+145+125=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1917D is #2E6E82. Grayscale: #A2A2A2. Windows color (decimal): -3042947 or 8229329. OLE color: 8229329.
HSL color Cylindrical-coordinate representation of color #D1917D: hue angle of 14.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1917D is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 125 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.18 |
| HSL | 14.29º | 0.48% | 0.65% | - |
| HSV(B) | 14.29º | 0.4% | 0.82% | - |
| XYZ | 40.12 | 35.29 | 24.1 | - |
| YUV | 161.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 125 | 0 | 0.31 | 0.40 | 0.18 | 14.29 | 0.48 | 0.65 |
| Hex | D1 | 91 | 7D | 0 | 1F | 28 | 12 | E | 30 | 41 |
| Octal | 321 | 221 | 175 | 0 | 37 | 50 | 22 | 16 | 60 | 101 |
| Binary | 11010001 | 10010001 | 1111101 | 0 | 11111 | 101000 | 10010 | 1110 | 110000 | 1000001 |
Color Harmonies of #D1917D
Complementary color
Monochromatic Colors of #D1917D
Black with #D1917D
Text Example
Text Example
White with #D1917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1917D; }
p { color: rgb(209,145,125); }
H1.HeaderClassName
{
color: #D1917D;
}
.AnyTagClassName
{
color: #D1917D;
}
</style>
background-color css
<style>
a { background-color: #D1917D; }
a { background-color: rgb(209,145,125); }
div.DivClassName
{
background-color: #D1917D;
}
.BgClassName
{
background-color: #D1917D;
}
</style>
border-color css
<style>
span { border-color: #D1917D; }
span { border-color: rgb(209,145,125); }
td.TdClassName
{
border-color: #D1917D;
}
.TagClassName
{
border-color: #D1917D;
}
</style>