Shades of Feldspar #DA966F
Tints of Feldspar #DA966F
RGB
CMYK
RGB Variations
Color information
#DA966F (or 0xDA966F) is known color: Feldspar. HEX triplet: DA, 96 and 6F. RGB value is (218,150,111). Sum of RGB (Red+Green+Blue) = 218+150+111=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA966F is #256990. Grayscale: #A6A6A6. Windows color (decimal): -2451857 or 7313114. OLE color: 7313114.
HSL color Cylindrical-coordinate representation of color #DA966F: hue angle of 21.87º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA966F is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 111 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.15 |
| HSL | 21.87º | 0.59% | 0.65% | - |
| HSV(B) | 21.87º | 0.49% | 0.85% | - |
| XYZ | 42.69 | 37.87 | 20.1 | - |
| YUV | 165.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 111 | 0 | 0.31 | 0.49 | 0.15 | 21.87 | 0.59 | 0.65 |
| Hex | DA | 96 | 6F | 0 | 1F | 31 | F | 16 | 3B | 41 |
| Octal | 332 | 226 | 157 | 0 | 37 | 61 | 17 | 26 | 73 | 101 |
| Binary | 11011010 | 10010110 | 1101111 | 0 | 11111 | 110001 | 1111 | 10110 | 111011 | 1000001 |
Color Harmonies of #DA966F
Complementary color
Monochromatic Colors of #DA966F
Black with #DA966F
Text Example
Text Example
White with #DA966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA966F; }
p { color: rgb(218,150,111); }
H1.HeaderClassName
{
color: #DA966F;
}
.AnyTagClassName
{
color: #DA966F;
}
</style>
background-color css
<style>
a { background-color: #DA966F; }
a { background-color: rgb(218,150,111); }
div.DivClassName
{
background-color: #DA966F;
}
.BgClassName
{
background-color: #DA966F;
}
</style>
border-color css
<style>
span { border-color: #DA966F; }
span { border-color: rgb(218,150,111); }
td.TdClassName
{
border-color: #DA966F;
}
.TagClassName
{
border-color: #DA966F;
}
</style>