Shades of Feldspar #DA9A6D
Tints of Feldspar #DA9A6D
RGB
CMYK
RGB Variations
Color information
#DA9A6D (or 0xDA9A6D) is known color: Feldspar. HEX triplet: DA, 9A and 6D. RGB value is (218,154,109). Sum of RGB (Red+Green+Blue) = 218+154+109=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A6D is #256592. Grayscale: #A8A8A8. Windows color (decimal): -2450835 or 7183066. OLE color: 7183066.
HSL color Cylindrical-coordinate representation of color #DA9A6D: hue angle of 24.77º 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 #DA9A6D is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 109 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.15 |
| HSL | 24.77º | 0.6% | 0.64% | - |
| HSV(B) | 24.77º | 0.5% | 0.85% | - |
| XYZ | 43.23 | 39.12 | 19.74 | - |
| YUV | 168.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 109 | 0 | 0.29 | 0.5 | 0.15 | 24.77 | 0.6 | 0.64 |
| Hex | DA | 9A | 6D | 0 | 1D | 32 | F | 19 | 3C | 40 |
| Octal | 332 | 232 | 155 | 0 | 35 | 62 | 17 | 31 | 74 | 100 |
| Binary | 11011010 | 10011010 | 1101101 | 0 | 11101 | 110010 | 1111 | 11001 | 111100 | 1000000 |
Color Harmonies of #DA9A6D
Complementary color
Monochromatic Colors of #DA9A6D
Black with #DA9A6D
Text Example
Text Example
White with #DA9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A6D; }
p { color: rgb(218,154,109); }
H1.HeaderClassName
{
color: #DA9A6D;
}
.AnyTagClassName
{
color: #DA9A6D;
}
</style>
background-color css
<style>
a { background-color: #DA9A6D; }
a { background-color: rgb(218,154,109); }
div.DivClassName
{
background-color: #DA9A6D;
}
.BgClassName
{
background-color: #DA9A6D;
}
</style>
border-color css
<style>
span { border-color: #DA9A6D; }
span { border-color: rgb(218,154,109); }
td.TdClassName
{
border-color: #DA9A6D;
}
.TagClassName
{
border-color: #DA9A6D;
}
</style>