Shades of Feldspar #D0957A
Tints of Feldspar #D0957A
RGB
CMYK
RGB Variations
Color information
#D0957A (or 0xD0957A) is known color: Feldspar. HEX triplet: D0, 95 and 7A. RGB value is (208,149,122). Sum of RGB (Red+Green+Blue) = 208+149+122=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0957A is #2F6A85. Grayscale: #A3A3A3. Windows color (decimal): -3107462 or 8033744. OLE color: 8033744.
HSL color Cylindrical-coordinate representation of color #D0957A: hue angle of 18.84º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0957A is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 122 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.18 |
| HSL | 18.84º | 0.48% | 0.65% | - |
| HSV(B) | 18.84º | 0.41% | 0.82% | - |
| XYZ | 40.27 | 36.31 | 23.3 | - |
| YUV | 163.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 122 | 0 | 0.28 | 0.41 | 0.18 | 18.84 | 0.48 | 0.65 |
| Hex | D0 | 95 | 7A | 0 | 1C | 29 | 12 | 13 | 30 | 41 |
| Octal | 320 | 225 | 172 | 0 | 34 | 51 | 22 | 23 | 60 | 101 |
| Binary | 11010000 | 10010101 | 1111010 | 0 | 11100 | 101001 | 10010 | 10011 | 110000 | 1000001 |
Color Harmonies of #D0957A
Complementary color
Monochromatic Colors of #D0957A
Black with #D0957A
Text Example
Text Example
White with #D0957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0957A; }
p { color: rgb(208,149,122); }
H1.HeaderClassName
{
color: #D0957A;
}
.AnyTagClassName
{
color: #D0957A;
}
</style>
background-color css
<style>
a { background-color: #D0957A; }
a { background-color: rgb(208,149,122); }
div.DivClassName
{
background-color: #D0957A;
}
.BgClassName
{
background-color: #D0957A;
}
</style>
border-color css
<style>
span { border-color: #D0957A; }
span { border-color: rgb(208,149,122); }
td.TdClassName
{
border-color: #D0957A;
}
.TagClassName
{
border-color: #D0957A;
}
</style>