Shades of Feldspar #D1906D
Tints of Feldspar #D1906D
RGB
CMYK
RGB Variations
Color information
#D1906D (or 0xD1906D) is known color: Feldspar. HEX triplet: D1, 90 and 6D. RGB value is (209,144,109). Sum of RGB (Red+Green+Blue) = 209+144+109=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1906D is #2E6F92. Grayscale: #9F9F9F. Windows color (decimal): -3043219 or 7180497. OLE color: 7180497.
HSL color Cylindrical-coordinate representation of color #D1906D: hue angle of 21º 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 #D1906D is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 109 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.18 |
| HSL | 21º | 0.52% | 0.62% | - |
| HSV(B) | 21º | 0.48% | 0.82% | - |
| XYZ | 39.03 | 34.61 | 19.09 | - |
| YUV | 159.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 109 | 0 | 0.31 | 0.48 | 0.18 | 21 | 0.52 | 0.62 |
| Hex | D1 | 90 | 6D | 0 | 1F | 30 | 12 | 15 | 34 | 3E |
| Octal | 321 | 220 | 155 | 0 | 37 | 60 | 22 | 25 | 64 | 76 |
| Binary | 11010001 | 10010000 | 1101101 | 0 | 11111 | 110000 | 10010 | 10101 | 110100 | 111110 |
Color Harmonies of #D1906D
Complementary color
Monochromatic Colors of #D1906D
Black with #D1906D
Text Example
Text Example
White with #D1906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1906D; }
p { color: rgb(209,144,109); }
H1.HeaderClassName
{
color: #D1906D;
}
.AnyTagClassName
{
color: #D1906D;
}
</style>
background-color css
<style>
a { background-color: #D1906D; }
a { background-color: rgb(209,144,109); }
div.DivClassName
{
background-color: #D1906D;
}
.BgClassName
{
background-color: #D1906D;
}
</style>
border-color css
<style>
span { border-color: #D1906D; }
span { border-color: rgb(209,144,109); }
td.TdClassName
{
border-color: #D1906D;
}
.TagClassName
{
border-color: #D1906D;
}
</style>