Shades of Feldspar #DC966E
Tints of Feldspar #DC966E
RGB
CMYK
RGB Variations
Color information
#DC966E (or 0xDC966E) is known color: Feldspar. HEX triplet: DC, 96 and 6E. RGB value is (220,150,110). Sum of RGB (Red+Green+Blue) = 220+150+110=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC966E is #236991. Grayscale: #A6A6A6. Windows color (decimal): -2320786 or 7247580. OLE color: 7247580.
HSL color Cylindrical-coordinate representation of color #DC966E: hue angle of 21.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC966E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 110 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.14 |
| HSL | 21.82º | 0.61% | 0.65% | - |
| HSV(B) | 21.82º | 0.5% | 0.86% | - |
| XYZ | 43.24 | 38.15 | 19.84 | - |
| YUV | 166.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 110 | 0 | 0.32 | 0.50 | 0.14 | 21.82 | 0.61 | 0.65 |
| Hex | DC | 96 | 6E | 0 | 20 | 32 | E | 16 | 3D | 41 |
| Octal | 334 | 226 | 156 | 0 | 40 | 62 | 16 | 26 | 75 | 101 |
| Binary | 11011100 | 10010110 | 1101110 | 0 | 100000 | 110010 | 1110 | 10110 | 111101 | 1000001 |
Color Harmonies of #DC966E
Complementary color
Monochromatic Colors of #DC966E
Black with #DC966E
Text Example
Text Example
White with #DC966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC966E; }
p { color: rgb(220,150,110); }
H1.HeaderClassName
{
color: #DC966E;
}
.AnyTagClassName
{
color: #DC966E;
}
</style>
background-color css
<style>
a { background-color: #DC966E; }
a { background-color: rgb(220,150,110); }
div.DivClassName
{
background-color: #DC966E;
}
.BgClassName
{
background-color: #DC966E;
}
</style>
border-color css
<style>
span { border-color: #DC966E; }
span { border-color: rgb(220,150,110); }
td.TdClassName
{
border-color: #DC966E;
}
.TagClassName
{
border-color: #DC966E;
}
</style>