Shades of Feldspar #DC9679
Tints of Feldspar #DC9679
RGB
CMYK
RGB Variations
Color information
#DC9679 (or 0xDC9679) is known color: Feldspar. HEX triplet: DC, 96 and 79. RGB value is (220,150,121). Sum of RGB (Red+Green+Blue) = 220+150+121=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9679 is #236986. Grayscale: #A7A7A7. Windows color (decimal): -2320775 or 7968476. OLE color: 7968476.
HSL color Cylindrical-coordinate representation of color #DC9679: hue angle of 17.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC9679 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 121 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.14 |
| HSL | 17.58º | 0.59% | 0.67% | - |
| HSV(B) | 17.58º | 0.45% | 0.86% | - |
| XYZ | 43.87 | 38.41 | 23.19 | - |
| YUV | 167.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 121 | 0 | 0.32 | 0.45 | 0.14 | 17.58 | 0.59 | 0.67 |
| Hex | DC | 96 | 79 | 0 | 20 | 2D | E | 12 | 3B | 43 |
| Octal | 334 | 226 | 171 | 0 | 40 | 55 | 16 | 22 | 73 | 103 |
| Binary | 11011100 | 10010110 | 1111001 | 0 | 100000 | 101101 | 1110 | 10010 | 111011 | 1000011 |
Color Harmonies of #DC9679
Complementary color
Monochromatic Colors of #DC9679
Black with #DC9679
Text Example
Text Example
White with #DC9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9679; }
p { color: rgb(220,150,121); }
H1.HeaderClassName
{
color: #DC9679;
}
.AnyTagClassName
{
color: #DC9679;
}
</style>
background-color css
<style>
a { background-color: #DC9679; }
a { background-color: rgb(220,150,121); }
div.DivClassName
{
background-color: #DC9679;
}
.BgClassName
{
background-color: #DC9679;
}
</style>
border-color css
<style>
span { border-color: #DC9679; }
span { border-color: rgb(220,150,121); }
td.TdClassName
{
border-color: #DC9679;
}
.TagClassName
{
border-color: #DC9679;
}
</style>