Shades of Feldspar #DC967A
Tints of Feldspar #DC967A
RGB
CMYK
RGB Variations
Color information
#DC967A (or 0xDC967A) is known color: Feldspar. HEX triplet: DC, 96 and 7A. RGB value is (220,150,122). Sum of RGB (Red+Green+Blue) = 220+150+122=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC967A is #236985. Grayscale: #A7A7A7. Windows color (decimal): -2320774 or 8034012. OLE color: 8034012.
HSL color Cylindrical-coordinate representation of color #DC967A: hue angle of 17.14º degrees, saturation: 0.58, 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 #DC967A is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 122 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.14 |
| HSL | 17.14º | 0.58% | 0.67% | - |
| HSV(B) | 17.14º | 0.45% | 0.86% | - |
| XYZ | 43.93 | 38.43 | 23.52 | - |
| YUV | 167.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 122 | 0 | 0.32 | 0.45 | 0.14 | 17.14 | 0.58 | 0.67 |
| Hex | DC | 96 | 7A | 0 | 20 | 2D | E | 11 | 3A | 43 |
| Octal | 334 | 226 | 172 | 0 | 40 | 55 | 16 | 21 | 72 | 103 |
| Binary | 11011100 | 10010110 | 1111010 | 0 | 100000 | 101101 | 1110 | 10001 | 111010 | 1000011 |
Color Harmonies of #DC967A
Complementary color
Monochromatic Colors of #DC967A
Black with #DC967A
Text Example
Text Example
White with #DC967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC967A; }
p { color: rgb(220,150,122); }
H1.HeaderClassName
{
color: #DC967A;
}
.AnyTagClassName
{
color: #DC967A;
}
</style>
background-color css
<style>
a { background-color: #DC967A; }
a { background-color: rgb(220,150,122); }
div.DivClassName
{
background-color: #DC967A;
}
.BgClassName
{
background-color: #DC967A;
}
</style>
border-color css
<style>
span { border-color: #DC967A; }
span { border-color: rgb(220,150,122); }
td.TdClassName
{
border-color: #DC967A;
}
.TagClassName
{
border-color: #DC967A;
}
</style>