Shades of Feldspar #DC9379
Tints of Feldspar #DC9379
RGB
CMYK
RGB Variations
Color information
#DC9379 (or 0xDC9379) is known color: Feldspar. HEX triplet: DC, 93 and 79. RGB value is (220,147,121). Sum of RGB (Red+Green+Blue) = 220+147+121=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9379 is #236C86. Grayscale: #A6A6A6. Windows color (decimal): -2321543 or 7967708. OLE color: 7967708.
HSL color Cylindrical-coordinate representation of color #DC9379: hue angle of 15.76º 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 #DC9379 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 121 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.14 |
| HSL | 15.76º | 0.59% | 0.67% | - |
| HSV(B) | 15.76º | 0.45% | 0.86% | - |
| XYZ | 43.4 | 37.46 | 23.03 | - |
| YUV | 165.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 121 | 0 | 0.33 | 0.45 | 0.14 | 15.76 | 0.59 | 0.67 |
| Hex | DC | 93 | 79 | 0 | 21 | 2D | E | 10 | 3B | 43 |
| Octal | 334 | 223 | 171 | 0 | 41 | 55 | 16 | 20 | 73 | 103 |
| Binary | 11011100 | 10010011 | 1111001 | 0 | 100001 | 101101 | 1110 | 10000 | 111011 | 1000011 |
Color Harmonies of #DC9379
Complementary color
Monochromatic Colors of #DC9379
Black with #DC9379
Text Example
Text Example
White with #DC9379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9379; }
p { color: rgb(220,147,121); }
H1.HeaderClassName
{
color: #DC9379;
}
.AnyTagClassName
{
color: #DC9379;
}
</style>
background-color css
<style>
a { background-color: #DC9379; }
a { background-color: rgb(220,147,121); }
div.DivClassName
{
background-color: #DC9379;
}
.BgClassName
{
background-color: #DC9379;
}
</style>
border-color css
<style>
span { border-color: #DC9379; }
span { border-color: rgb(220,147,121); }
td.TdClassName
{
border-color: #DC9379;
}
.TagClassName
{
border-color: #DC9379;
}
</style>