Shades of Feldspar #DA967A
Tints of Feldspar #DA967A
RGB
CMYK
RGB Variations
Color information
#DA967A (or 0xDA967A) is known color: Feldspar. HEX triplet: DA, 96 and 7A. RGB value is (218,150,122). Sum of RGB (Red+Green+Blue) = 218+150+122=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA967A is #256985. Grayscale: #A7A7A7. Windows color (decimal): -2451846 or 8034010. OLE color: 8034010.
HSL color Cylindrical-coordinate representation of color #DA967A: hue angle of 17.5º 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 #DA967A is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 122 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.15 |
| HSL | 17.5º | 0.56% | 0.67% | - |
| HSV(B) | 17.5º | 0.44% | 0.85% | - |
| XYZ | 43.33 | 38.12 | 23.49 | - |
| YUV | 167.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 122 | 0 | 0.31 | 0.44 | 0.15 | 17.5 | 0.56 | 0.67 |
| Hex | DA | 96 | 7A | 0 | 1F | 2C | F | 12 | 38 | 43 |
| Octal | 332 | 226 | 172 | 0 | 37 | 54 | 17 | 22 | 70 | 103 |
| Binary | 11011010 | 10010110 | 1111010 | 0 | 11111 | 101100 | 1111 | 10010 | 111000 | 1000011 |
Color Harmonies of #DA967A
Complementary color
Monochromatic Colors of #DA967A
Black with #DA967A
Text Example
Text Example
White with #DA967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA967A; }
p { color: rgb(218,150,122); }
H1.HeaderClassName
{
color: #DA967A;
}
.AnyTagClassName
{
color: #DA967A;
}
</style>
background-color css
<style>
a { background-color: #DA967A; }
a { background-color: rgb(218,150,122); }
div.DivClassName
{
background-color: #DA967A;
}
.BgClassName
{
background-color: #DA967A;
}
</style>
border-color css
<style>
span { border-color: #DA967A; }
span { border-color: rgb(218,150,122); }
td.TdClassName
{
border-color: #DA967A;
}
.TagClassName
{
border-color: #DA967A;
}
</style>