Shades of Feldspar #DA956F
Tints of Feldspar #DA956F
RGB
CMYK
RGB Variations
Color information
#DA956F (or 0xDA956F) is known color: Feldspar. HEX triplet: DA, 95 and 6F. RGB value is (218,149,111). Sum of RGB (Red+Green+Blue) = 218+149+111=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA956F is #256A90. Grayscale: #A5A5A5. Windows color (decimal): -2452113 or 7312858. OLE color: 7312858.
HSL color Cylindrical-coordinate representation of color #DA956F: hue angle of 21.31º 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 #DA956F is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 111 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.15 |
| HSL | 21.31º | 0.59% | 0.65% | - |
| HSV(B) | 21.31º | 0.49% | 0.85% | - |
| XYZ | 42.53 | 37.55 | 20.04 | - |
| YUV | 165.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 111 | 0 | 0.32 | 0.49 | 0.15 | 21.31 | 0.59 | 0.65 |
| Hex | DA | 95 | 6F | 0 | 20 | 31 | F | 15 | 3B | 41 |
| Octal | 332 | 225 | 157 | 0 | 40 | 61 | 17 | 25 | 73 | 101 |
| Binary | 11011010 | 10010101 | 1101111 | 0 | 100000 | 110001 | 1111 | 10101 | 111011 | 1000001 |
Color Harmonies of #DA956F
Complementary color
Monochromatic Colors of #DA956F
Black with #DA956F
Text Example
Text Example
White with #DA956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA956F; }
p { color: rgb(218,149,111); }
H1.HeaderClassName
{
color: #DA956F;
}
.AnyTagClassName
{
color: #DA956F;
}
</style>
background-color css
<style>
a { background-color: #DA956F; }
a { background-color: rgb(218,149,111); }
div.DivClassName
{
background-color: #DA956F;
}
.BgClassName
{
background-color: #DA956F;
}
</style>
border-color css
<style>
span { border-color: #DA956F; }
span { border-color: rgb(218,149,111); }
td.TdClassName
{
border-color: #DA956F;
}
.TagClassName
{
border-color: #DA956F;
}
</style>