Shades of Feldspar #D1936E
Tints of Feldspar #D1936E
RGB
CMYK
RGB Variations
Color information
#D1936E (or 0xD1936E) is known color: Feldspar. HEX triplet: D1, 93 and 6E. RGB value is (209,147,110). Sum of RGB (Red+Green+Blue) = 209+147+110=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1936E is #2E6C91. Grayscale: #A1A1A1. Windows color (decimal): -3042450 or 7246801. OLE color: 7246801.
HSL color Cylindrical-coordinate representation of color #D1936E: hue angle of 22.42º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1936E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 110 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.18 |
| HSL | 22.42º | 0.52% | 0.63% | - |
| HSV(B) | 22.42º | 0.47% | 0.82% | - |
| XYZ | 39.54 | 35.55 | 19.53 | - |
| YUV | 161.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 110 | 0 | 0.30 | 0.47 | 0.18 | 22.42 | 0.52 | 0.63 |
| Hex | D1 | 93 | 6E | 0 | 1E | 2F | 12 | 16 | 34 | 3F |
| Octal | 321 | 223 | 156 | 0 | 36 | 57 | 22 | 26 | 64 | 77 |
| Binary | 11010001 | 10010011 | 1101110 | 0 | 11110 | 101111 | 10010 | 10110 | 110100 | 111111 |
Color Harmonies of #D1936E
Complementary color
Monochromatic Colors of #D1936E
Black with #D1936E
Text Example
Text Example
White with #D1936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1936E; }
p { color: rgb(209,147,110); }
H1.HeaderClassName
{
color: #D1936E;
}
.AnyTagClassName
{
color: #D1936E;
}
</style>
background-color css
<style>
a { background-color: #D1936E; }
a { background-color: rgb(209,147,110); }
div.DivClassName
{
background-color: #D1936E;
}
.BgClassName
{
background-color: #D1936E;
}
</style>
border-color css
<style>
span { border-color: #D1936E; }
span { border-color: rgb(209,147,110); }
td.TdClassName
{
border-color: #D1936E;
}
.TagClassName
{
border-color: #D1936E;
}
</style>