Shades of Feldspar #DA966E
Tints of Feldspar #DA966E
RGB
CMYK
RGB Variations
Color information
#DA966E (or 0xDA966E) is known color: Feldspar. HEX triplet: DA, 96 and 6E. RGB value is (218,150,110). Sum of RGB (Red+Green+Blue) = 218+150+110=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA966E is #256991. Grayscale: #A5A5A5. Windows color (decimal): -2451858 or 7247578. OLE color: 7247578.
HSL color Cylindrical-coordinate representation of color #DA966E: hue angle of 22.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA966E is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 110 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.15 |
| HSL | 22.22º | 0.59% | 0.64% | - |
| HSV(B) | 22.22º | 0.5% | 0.85% | - |
| XYZ | 42.63 | 37.84 | 19.81 | - |
| YUV | 165.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 110 | 0 | 0.31 | 0.50 | 0.15 | 22.22 | 0.59 | 0.64 |
| Hex | DA | 96 | 6E | 0 | 1F | 32 | F | 16 | 3B | 40 |
| Octal | 332 | 226 | 156 | 0 | 37 | 62 | 17 | 26 | 73 | 100 |
| Binary | 11011010 | 10010110 | 1101110 | 0 | 11111 | 110010 | 1111 | 10110 | 111011 | 1000000 |
Color Harmonies of #DA966E
Complementary color
Monochromatic Colors of #DA966E
Black with #DA966E
Text Example
Text Example
White with #DA966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA966E; }
p { color: rgb(218,150,110); }
H1.HeaderClassName
{
color: #DA966E;
}
.AnyTagClassName
{
color: #DA966E;
}
</style>
background-color css
<style>
a { background-color: #DA966E; }
a { background-color: rgb(218,150,110); }
div.DivClassName
{
background-color: #DA966E;
}
.BgClassName
{
background-color: #DA966E;
}
</style>
border-color css
<style>
span { border-color: #DA966E; }
span { border-color: rgb(218,150,110); }
td.TdClassName
{
border-color: #DA966E;
}
.TagClassName
{
border-color: #DA966E;
}
</style>