Shades of Feldspar #DC9876
Tints of Feldspar #DC9876
RGB
CMYK
RGB Variations
Color information
#DC9876 (or 0xDC9876) is known color: Feldspar. HEX triplet: DC, 98 and 76. RGB value is (220,152,118). Sum of RGB (Red+Green+Blue) = 220+152+118=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9876 is #236789. Grayscale: #A8A8A8. Windows color (decimal): -2320266 or 7772380. OLE color: 7772380.
HSL color Cylindrical-coordinate representation of color #DC9876: hue angle of 20º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC9876 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 118 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.14 |
| HSL | 20º | 0.59% | 0.66% | - |
| HSV(B) | 20º | 0.46% | 0.86% | - |
| XYZ | 44.01 | 38.98 | 22.34 | - |
| YUV | 168.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 118 | 0 | 0.31 | 0.46 | 0.14 | 20 | 0.59 | 0.66 |
| Hex | DC | 98 | 76 | 0 | 1F | 2E | E | 14 | 3B | 42 |
| Octal | 334 | 230 | 166 | 0 | 37 | 56 | 16 | 24 | 73 | 102 |
| Binary | 11011100 | 10011000 | 1110110 | 0 | 11111 | 101110 | 1110 | 10100 | 111011 | 1000010 |
Color Harmonies of #DC9876
Complementary color
Monochromatic Colors of #DC9876
Black with #DC9876
Text Example
Text Example
White with #DC9876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9876; }
p { color: rgb(220,152,118); }
H1.HeaderClassName
{
color: #DC9876;
}
.AnyTagClassName
{
color: #DC9876;
}
</style>
background-color css
<style>
a { background-color: #DC9876; }
a { background-color: rgb(220,152,118); }
div.DivClassName
{
background-color: #DC9876;
}
.BgClassName
{
background-color: #DC9876;
}
</style>
border-color css
<style>
span { border-color: #DC9876; }
span { border-color: rgb(220,152,118); }
td.TdClassName
{
border-color: #DC9876;
}
.TagClassName
{
border-color: #DC9876;
}
</style>