Shades of Feldspar #D9957A
Tints of Feldspar #D9957A
RGB
CMYK
RGB Variations
Color information
#D9957A (or 0xD9957A) is known color: Feldspar. HEX triplet: D9, 95 and 7A. RGB value is (217,149,122). Sum of RGB (Red+Green+Blue) = 217+149+122=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9957A is #266A85. Grayscale: #A6A6A6. Windows color (decimal): -2517638 or 8033753. OLE color: 8033753.
HSL color Cylindrical-coordinate representation of color #D9957A: hue angle of 17.05º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9957A is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 122 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.15 |
| HSL | 17.05º | 0.56% | 0.66% | - |
| HSV(B) | 17.05º | 0.44% | 0.85% | - |
| XYZ | 42.88 | 37.65 | 23.42 | - |
| YUV | 166.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 122 | 0 | 0.31 | 0.44 | 0.15 | 17.05 | 0.56 | 0.66 |
| Hex | D9 | 95 | 7A | 0 | 1F | 2C | F | 11 | 38 | 42 |
| Octal | 331 | 225 | 172 | 0 | 37 | 54 | 17 | 21 | 70 | 102 |
| Binary | 11011001 | 10010101 | 1111010 | 0 | 11111 | 101100 | 1111 | 10001 | 111000 | 1000010 |
Color Harmonies of #D9957A
Complementary color
Monochromatic Colors of #D9957A
Black with #D9957A
Text Example
Text Example
White with #D9957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9957A; }
p { color: rgb(217,149,122); }
H1.HeaderClassName
{
color: #D9957A;
}
.AnyTagClassName
{
color: #D9957A;
}
</style>
background-color css
<style>
a { background-color: #D9957A; }
a { background-color: rgb(217,149,122); }
div.DivClassName
{
background-color: #D9957A;
}
.BgClassName
{
background-color: #D9957A;
}
</style>
border-color css
<style>
span { border-color: #D9957A; }
span { border-color: rgb(217,149,122); }
td.TdClassName
{
border-color: #D9957A;
}
.TagClassName
{
border-color: #D9957A;
}
</style>