Shades of Feldspar #DA977A
Tints of Feldspar #DA977A
RGB
CMYK
RGB Variations
Color information
#DA977A (or 0xDA977A) is known color: Feldspar. HEX triplet: DA, 97 and 7A. RGB value is (218,151,122). Sum of RGB (Red+Green+Blue) = 218+151+122=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA977A is #256885. Grayscale: #A7A7A7. Windows color (decimal): -2451590 or 8034266. OLE color: 8034266.
HSL color Cylindrical-coordinate representation of color #DA977A: hue angle of 18.12º 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 #DA977A is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 122 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.15 |
| HSL | 18.13º | 0.56% | 0.67% | - |
| HSV(B) | 18.13º | 0.44% | 0.85% | - |
| XYZ | 43.49 | 38.44 | 23.54 | - |
| YUV | 167.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 122 | 0 | 0.31 | 0.44 | 0.15 | 18.13 | 0.56 | 0.67 |
| Hex | DA | 97 | 7A | 0 | 1F | 2C | F | 12 | 38 | 43 |
| Octal | 332 | 227 | 172 | 0 | 37 | 54 | 17 | 22 | 70 | 103 |
| Binary | 11011010 | 10010111 | 1111010 | 0 | 11111 | 101100 | 1111 | 10010 | 111000 | 1000011 |
Color Harmonies of #DA977A
Complementary color
Monochromatic Colors of #DA977A
Black with #DA977A
Text Example
Text Example
White with #DA977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA977A; }
p { color: rgb(218,151,122); }
H1.HeaderClassName
{
color: #DA977A;
}
.AnyTagClassName
{
color: #DA977A;
}
</style>
background-color css
<style>
a { background-color: #DA977A; }
a { background-color: rgb(218,151,122); }
div.DivClassName
{
background-color: #DA977A;
}
.BgClassName
{
background-color: #DA977A;
}
</style>
border-color css
<style>
span { border-color: #DA977A; }
span { border-color: rgb(218,151,122); }
td.TdClassName
{
border-color: #DA977A;
}
.TagClassName
{
border-color: #DA977A;
}
</style>