Shades of Feldspar #D1936D
Tints of Feldspar #D1936D
RGB
CMYK
RGB Variations
Color information
#D1936D (or 0xD1936D) is known color: Feldspar. HEX triplet: D1, 93 and 6D. RGB value is (209,147,109). Sum of RGB (Red+Green+Blue) = 209+147+109=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1936D is #2E6C92. Grayscale: #A1A1A1. Windows color (decimal): -3042451 or 7181265. OLE color: 7181265.
HSL color Cylindrical-coordinate representation of color #D1936D: hue angle of 22.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1936D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 109 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.18 |
| HSL | 22.8º | 0.52% | 0.62% | - |
| HSV(B) | 22.8º | 0.48% | 0.82% | - |
| XYZ | 39.49 | 35.53 | 19.24 | - |
| YUV | 161.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 109 | 0 | 0.30 | 0.48 | 0.18 | 22.8 | 0.52 | 0.62 |
| Hex | D1 | 93 | 6D | 0 | 1E | 30 | 12 | 17 | 34 | 3E |
| Octal | 321 | 223 | 155 | 0 | 36 | 60 | 22 | 27 | 64 | 76 |
| Binary | 11010001 | 10010011 | 1101101 | 0 | 11110 | 110000 | 10010 | 10111 | 110100 | 111110 |
Color Harmonies of #D1936D
Complementary color
Monochromatic Colors of #D1936D
Black with #D1936D
Text Example
Text Example
White with #D1936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1936D; }
p { color: rgb(209,147,109); }
H1.HeaderClassName
{
color: #D1936D;
}
.AnyTagClassName
{
color: #D1936D;
}
</style>
background-color css
<style>
a { background-color: #D1936D; }
a { background-color: rgb(209,147,109); }
div.DivClassName
{
background-color: #D1936D;
}
.BgClassName
{
background-color: #D1936D;
}
</style>
border-color css
<style>
span { border-color: #D1936D; }
span { border-color: rgb(209,147,109); }
td.TdClassName
{
border-color: #D1936D;
}
.TagClassName
{
border-color: #D1936D;
}
</style>