Shades of Feldspar #DA936F
Tints of Feldspar #DA936F
RGB
CMYK
RGB Variations
Color information
#DA936F (or 0xDA936F) is known color: Feldspar. HEX triplet: DA, 93 and 6F. RGB value is (218,147,111). Sum of RGB (Red+Green+Blue) = 218+147+111=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA936F is #256C90. Grayscale: #A4A4A4. Windows color (decimal): -2452625 or 7312346. OLE color: 7312346.
HSL color Cylindrical-coordinate representation of color #DA936F: hue angle of 20.19º 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 #DA936F is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 111 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.15 |
| HSL | 20.19º | 0.59% | 0.65% | - |
| HSV(B) | 20.19º | 0.49% | 0.85% | - |
| XYZ | 42.22 | 36.92 | 19.94 | - |
| YUV | 164.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 111 | 0 | 0.33 | 0.49 | 0.15 | 20.19 | 0.59 | 0.65 |
| Hex | DA | 93 | 6F | 0 | 21 | 31 | F | 14 | 3B | 41 |
| Octal | 332 | 223 | 157 | 0 | 41 | 61 | 17 | 24 | 73 | 101 |
| Binary | 11011010 | 10010011 | 1101111 | 0 | 100001 | 110001 | 1111 | 10100 | 111011 | 1000001 |
Color Harmonies of #DA936F
Complementary color
Monochromatic Colors of #DA936F
Black with #DA936F
Text Example
Text Example
White with #DA936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA936F; }
p { color: rgb(218,147,111); }
H1.HeaderClassName
{
color: #DA936F;
}
.AnyTagClassName
{
color: #DA936F;
}
</style>
background-color css
<style>
a { background-color: #DA936F; }
a { background-color: rgb(218,147,111); }
div.DivClassName
{
background-color: #DA936F;
}
.BgClassName
{
background-color: #DA936F;
}
</style>
border-color css
<style>
span { border-color: #DA936F; }
span { border-color: rgb(218,147,111); }
td.TdClassName
{
border-color: #DA936F;
}
.TagClassName
{
border-color: #DA936F;
}
</style>