Shades of Feldspar #D1916C
Tints of Feldspar #D1916C
RGB
CMYK
RGB Variations
Color information
#D1916C (or 0xD1916C) is known color: Feldspar. HEX triplet: D1, 91 and 6C. RGB value is (209,145,108). Sum of RGB (Red+Green+Blue) = 209+145+108=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1916C is #2E6E93. Grayscale: #A0A0A0. Windows color (decimal): -3042964 or 7115217. OLE color: 7115217.
HSL color Cylindrical-coordinate representation of color #D1916C: hue angle of 21.98º 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 #D1916C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 108 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.18 |
| HSL | 21.98º | 0.52% | 0.62% | - |
| HSV(B) | 21.98º | 0.48% | 0.82% | - |
| XYZ | 39.13 | 34.89 | 18.86 | - |
| YUV | 159.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 108 | 0 | 0.31 | 0.48 | 0.18 | 21.98 | 0.52 | 0.62 |
| Hex | D1 | 91 | 6C | 0 | 1F | 30 | 12 | 16 | 34 | 3E |
| Octal | 321 | 221 | 154 | 0 | 37 | 60 | 22 | 26 | 64 | 76 |
| Binary | 11010001 | 10010001 | 1101100 | 0 | 11111 | 110000 | 10010 | 10110 | 110100 | 111110 |
Color Harmonies of #D1916C
Complementary color
Monochromatic Colors of #D1916C
Black with #D1916C
Text Example
Text Example
White with #D1916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1916C; }
p { color: rgb(209,145,108); }
H1.HeaderClassName
{
color: #D1916C;
}
.AnyTagClassName
{
color: #D1916C;
}
</style>
background-color css
<style>
a { background-color: #D1916C; }
a { background-color: rgb(209,145,108); }
div.DivClassName
{
background-color: #D1916C;
}
.BgClassName
{
background-color: #D1916C;
}
</style>
border-color css
<style>
span { border-color: #D1916C; }
span { border-color: rgb(209,145,108); }
td.TdClassName
{
border-color: #D1916C;
}
.TagClassName
{
border-color: #D1916C;
}
</style>