Shades of Feldspar #DA997A
Tints of Feldspar #DA997A
RGB
CMYK
RGB Variations
Color information
#DA997A (or 0xDA997A) is known color: Feldspar. HEX triplet: DA, 99 and 7A. RGB value is (218,153,122). Sum of RGB (Red+Green+Blue) = 218+153+122=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA997A is #256685. Grayscale: #A9A9A9. Windows color (decimal): -2451078 or 8034778. OLE color: 8034778.
HSL color Cylindrical-coordinate representation of color #DA997A: hue angle of 19.38º 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 #DA997A is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 122 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.15 |
| HSL | 19.38º | 0.56% | 0.67% | - |
| HSV(B) | 19.38º | 0.44% | 0.85% | - |
| XYZ | 43.82 | 39.09 | 23.65 | - |
| YUV | 168.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 122 | 0 | 0.30 | 0.44 | 0.15 | 19.38 | 0.56 | 0.67 |
| Hex | DA | 99 | 7A | 0 | 1E | 2C | F | 13 | 38 | 43 |
| Octal | 332 | 231 | 172 | 0 | 36 | 54 | 17 | 23 | 70 | 103 |
| Binary | 11011010 | 10011001 | 1111010 | 0 | 11110 | 101100 | 1111 | 10011 | 111000 | 1000011 |
Color Harmonies of #DA997A
Complementary color
Monochromatic Colors of #DA997A
Black with #DA997A
Text Example
Text Example
White with #DA997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA997A; }
p { color: rgb(218,153,122); }
H1.HeaderClassName
{
color: #DA997A;
}
.AnyTagClassName
{
color: #DA997A;
}
</style>
background-color css
<style>
a { background-color: #DA997A; }
a { background-color: rgb(218,153,122); }
div.DivClassName
{
background-color: #DA997A;
}
.BgClassName
{
background-color: #DA997A;
}
</style>
border-color css
<style>
span { border-color: #DA997A; }
span { border-color: rgb(218,153,122); }
td.TdClassName
{
border-color: #DA997A;
}
.TagClassName
{
border-color: #DA997A;
}
</style>