Shades of Feldspar #DA957A
Tints of Feldspar #DA957A
RGB
CMYK
RGB Variations
Color information
#DA957A (or 0xDA957A) is known color: Feldspar. HEX triplet: DA, 95 and 7A. RGB value is (218,149,122). Sum of RGB (Red+Green+Blue) = 218+149+122=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA957A is #256A85. Grayscale: #A6A6A6. Windows color (decimal): -2452102 or 8033754. OLE color: 8033754.
HSL color Cylindrical-coordinate representation of color #DA957A: hue angle of 16.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA957A is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 122 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.15 |
| HSL | 16.88º | 0.56% | 0.67% | - |
| HSV(B) | 16.88º | 0.44% | 0.85% | - |
| XYZ | 43.17 | 37.81 | 23.43 | - |
| YUV | 166.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 122 | 0 | 0.32 | 0.44 | 0.15 | 16.88 | 0.56 | 0.67 |
| Hex | DA | 95 | 7A | 0 | 20 | 2C | F | 11 | 38 | 43 |
| Octal | 332 | 225 | 172 | 0 | 40 | 54 | 17 | 21 | 70 | 103 |
| Binary | 11011010 | 10010101 | 1111010 | 0 | 100000 | 101100 | 1111 | 10001 | 111000 | 1000011 |
Color Harmonies of #DA957A
Complementary color
Monochromatic Colors of #DA957A
Black with #DA957A
Text Example
Text Example
White with #DA957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA957A; }
p { color: rgb(218,149,122); }
H1.HeaderClassName
{
color: #DA957A;
}
.AnyTagClassName
{
color: #DA957A;
}
</style>
background-color css
<style>
a { background-color: #DA957A; }
a { background-color: rgb(218,149,122); }
div.DivClassName
{
background-color: #DA957A;
}
.BgClassName
{
background-color: #DA957A;
}
</style>
border-color css
<style>
span { border-color: #DA957A; }
span { border-color: rgb(218,149,122); }
td.TdClassName
{
border-color: #DA957A;
}
.TagClassName
{
border-color: #DA957A;
}
</style>