Shades of Feldspar #DA967F
Tints of Feldspar #DA967F
RGB
CMYK
RGB Variations
Color information
#DA967F (or 0xDA967F) is known color: Feldspar. HEX triplet: DA, 96 and 7F. RGB value is (218,150,127). Sum of RGB (Red+Green+Blue) = 218+150+127=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA967F is #256980. Grayscale: #A7A7A7. Windows color (decimal): -2451841 or 8361690. OLE color: 8361690.
HSL color Cylindrical-coordinate representation of color #DA967F: hue angle of 15.16º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA967F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 127 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.15 |
| HSL | 15.16º | 0.55% | 0.68% | - |
| HSV(B) | 15.16º | 0.42% | 0.85% | - |
| XYZ | 43.65 | 38.25 | 25.16 | - |
| YUV | 167.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 127 | 0 | 0.31 | 0.42 | 0.15 | 15.16 | 0.55 | 0.68 |
| Hex | DA | 96 | 7F | 0 | 1F | 2A | F | F | 37 | 44 |
| Octal | 332 | 226 | 177 | 0 | 37 | 52 | 17 | 17 | 67 | 104 |
| Binary | 11011010 | 10010110 | 1111111 | 0 | 11111 | 101010 | 1111 | 1111 | 110111 | 1000100 |
Color Harmonies of #DA967F
Complementary color
Monochromatic Colors of #DA967F
Black with #DA967F
Text Example
Text Example
White with #DA967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA967F; }
p { color: rgb(218,150,127); }
H1.HeaderClassName
{
color: #DA967F;
}
.AnyTagClassName
{
color: #DA967F;
}
</style>
background-color css
<style>
a { background-color: #DA967F; }
a { background-color: rgb(218,150,127); }
div.DivClassName
{
background-color: #DA967F;
}
.BgClassName
{
background-color: #DA967F;
}
</style>
border-color css
<style>
span { border-color: #DA967F; }
span { border-color: rgb(218,150,127); }
td.TdClassName
{
border-color: #DA967F;
}
.TagClassName
{
border-color: #DA967F;
}
</style>