Shades of Feldspar #DA9876
Tints of Feldspar #DA9876
RGB
CMYK
RGB Variations
Color information
#DA9876 (or 0xDA9876) is known color: Feldspar. HEX triplet: DA, 98 and 76. RGB value is (218,152,118). Sum of RGB (Red+Green+Blue) = 218+152+118=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9876 is #256789. Grayscale: #A8A8A8. Windows color (decimal): -2451338 or 7772378. OLE color: 7772378.
HSL color Cylindrical-coordinate representation of color #DA9876: hue angle of 20.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA9876 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 118 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.15 |
| HSL | 20.4º | 0.57% | 0.66% | - |
| HSV(B) | 20.4º | 0.46% | 0.85% | - |
| XYZ | 43.41 | 38.67 | 22.32 | - |
| YUV | 167.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 118 | 0 | 0.30 | 0.46 | 0.15 | 20.4 | 0.57 | 0.66 |
| Hex | DA | 98 | 76 | 0 | 1E | 2E | F | 14 | 39 | 42 |
| Octal | 332 | 230 | 166 | 0 | 36 | 56 | 17 | 24 | 71 | 102 |
| Binary | 11011010 | 10011000 | 1110110 | 0 | 11110 | 101110 | 1111 | 10100 | 111001 | 1000010 |
Color Harmonies of #DA9876
Complementary color
Monochromatic Colors of #DA9876
Black with #DA9876
Text Example
Text Example
White with #DA9876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9876; }
p { color: rgb(218,152,118); }
H1.HeaderClassName
{
color: #DA9876;
}
.AnyTagClassName
{
color: #DA9876;
}
</style>
background-color css
<style>
a { background-color: #DA9876; }
a { background-color: rgb(218,152,118); }
div.DivClassName
{
background-color: #DA9876;
}
.BgClassName
{
background-color: #DA9876;
}
</style>
border-color css
<style>
span { border-color: #DA9876; }
span { border-color: rgb(218,152,118); }
td.TdClassName
{
border-color: #DA9876;
}
.TagClassName
{
border-color: #DA9876;
}
</style>