Shades of Feldspar #D1957A
Tints of Feldspar #D1957A
RGB
CMYK
RGB Variations
Color information
#D1957A (or 0xD1957A) is known color: Feldspar. HEX triplet: D1, 95 and 7A. RGB value is (209,149,122). Sum of RGB (Red+Green+Blue) = 209+149+122=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1957A is #2E6A85. Grayscale: #A4A4A4. Windows color (decimal): -3041926 or 8033745. OLE color: 8033745.
HSL color Cylindrical-coordinate representation of color #D1957A: hue angle of 18.62º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1957A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 122 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.18 |
| HSL | 18.62º | 0.49% | 0.65% | - |
| HSV(B) | 18.62º | 0.42% | 0.82% | - |
| XYZ | 40.55 | 36.46 | 23.31 | - |
| YUV | 163.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 122 | 0 | 0.29 | 0.42 | 0.18 | 18.62 | 0.49 | 0.65 |
| Hex | D1 | 95 | 7A | 0 | 1D | 2A | 12 | 13 | 31 | 41 |
| Octal | 321 | 225 | 172 | 0 | 35 | 52 | 22 | 23 | 61 | 101 |
| Binary | 11010001 | 10010101 | 1111010 | 0 | 11101 | 101010 | 10010 | 10011 | 110001 | 1000001 |
Color Harmonies of #D1957A
Complementary color
Monochromatic Colors of #D1957A
Black with #D1957A
Text Example
Text Example
White with #D1957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1957A; }
p { color: rgb(209,149,122); }
H1.HeaderClassName
{
color: #D1957A;
}
.AnyTagClassName
{
color: #D1957A;
}
</style>
background-color css
<style>
a { background-color: #D1957A; }
a { background-color: rgb(209,149,122); }
div.DivClassName
{
background-color: #D1957A;
}
.BgClassName
{
background-color: #D1957A;
}
</style>
border-color css
<style>
span { border-color: #D1957A; }
span { border-color: rgb(209,149,122); }
td.TdClassName
{
border-color: #D1957A;
}
.TagClassName
{
border-color: #D1957A;
}
</style>