Shades of Feldspar #DA986F
Tints of Feldspar #DA986F
RGB
CMYK
RGB Variations
Color information
#DA986F (or 0xDA986F) is known color: Feldspar. HEX triplet: DA, 98 and 6F. RGB value is (218,152,111). Sum of RGB (Red+Green+Blue) = 218+152+111=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA986F is #256790. Grayscale: #A7A7A7. Windows color (decimal): -2451345 or 7313626. OLE color: 7313626.
HSL color Cylindrical-coordinate representation of color #DA986F: hue angle of 22.99º 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 #DA986F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 111 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.15 |
| HSL | 22.99º | 0.59% | 0.65% | - |
| HSV(B) | 22.99º | 0.49% | 0.85% | - |
| XYZ | 43.01 | 38.51 | 20.21 | - |
| YUV | 167.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 111 | 0 | 0.30 | 0.49 | 0.15 | 22.99 | 0.59 | 0.65 |
| Hex | DA | 98 | 6F | 0 | 1E | 31 | F | 17 | 3B | 41 |
| Octal | 332 | 230 | 157 | 0 | 36 | 61 | 17 | 27 | 73 | 101 |
| Binary | 11011010 | 10011000 | 1101111 | 0 | 11110 | 110001 | 1111 | 10111 | 111011 | 1000001 |
Color Harmonies of #DA986F
Complementary color
Monochromatic Colors of #DA986F
Black with #DA986F
Text Example
Text Example
White with #DA986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA986F; }
p { color: rgb(218,152,111); }
H1.HeaderClassName
{
color: #DA986F;
}
.AnyTagClassName
{
color: #DA986F;
}
</style>
background-color css
<style>
a { background-color: #DA986F; }
a { background-color: rgb(218,152,111); }
div.DivClassName
{
background-color: #DA986F;
}
.BgClassName
{
background-color: #DA986F;
}
</style>
border-color css
<style>
span { border-color: #DA986F; }
span { border-color: rgb(218,152,111); }
td.TdClassName
{
border-color: #DA986F;
}
.TagClassName
{
border-color: #DA986F;
}
</style>