Shades of Feldspar #DA956D
Tints of Feldspar #DA956D
RGB
CMYK
RGB Variations
Color information
#DA956D (or 0xDA956D) is known color: Feldspar. HEX triplet: DA, 95 and 6D. RGB value is (218,149,109). Sum of RGB (Red+Green+Blue) = 218+149+109=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA956D is #256A92. Grayscale: #A5A5A5. Windows color (decimal): -2452115 or 7181786. OLE color: 7181786.
HSL color Cylindrical-coordinate representation of color #DA956D: hue angle of 22.02º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA956D is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 109 | - |
| CMYK | 0 | 0.32 | 0.5 | 0.15 |
| HSL | 22.02º | 0.6% | 0.64% | - |
| HSV(B) | 22.02º | 0.5% | 0.85% | - |
| XYZ | 42.42 | 37.5 | 19.47 | - |
| YUV | 165.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 109 | 0 | 0.32 | 0.5 | 0.15 | 22.02 | 0.6 | 0.64 |
| Hex | DA | 95 | 6D | 0 | 20 | 32 | F | 16 | 3C | 40 |
| Octal | 332 | 225 | 155 | 0 | 40 | 62 | 17 | 26 | 74 | 100 |
| Binary | 11011010 | 10010101 | 1101101 | 0 | 100000 | 110010 | 1111 | 10110 | 111100 | 1000000 |
Color Harmonies of #DA956D
Complementary color
Monochromatic Colors of #DA956D
Black with #DA956D
Text Example
Text Example
White with #DA956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA956D; }
p { color: rgb(218,149,109); }
H1.HeaderClassName
{
color: #DA956D;
}
.AnyTagClassName
{
color: #DA956D;
}
</style>
background-color css
<style>
a { background-color: #DA956D; }
a { background-color: rgb(218,149,109); }
div.DivClassName
{
background-color: #DA956D;
}
.BgClassName
{
background-color: #DA956D;
}
</style>
border-color css
<style>
span { border-color: #DA956D; }
span { border-color: rgb(218,149,109); }
td.TdClassName
{
border-color: #DA956D;
}
.TagClassName
{
border-color: #DA956D;
}
</style>