Shades of Feldspar #DC946F
Tints of Feldspar #DC946F
RGB
CMYK
RGB Variations
Color information
#DC946F (or 0xDC946F) is known color: Feldspar. HEX triplet: DC, 94 and 6F. RGB value is (220,148,111). Sum of RGB (Red+Green+Blue) = 220+148+111=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC946F is #236B90. Grayscale: #A5A5A5. Windows color (decimal): -2321297 or 7312604. OLE color: 7312604.
HSL color Cylindrical-coordinate representation of color #DC946F: hue angle of 20.37º 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 #DC946F is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 111 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.14 |
| HSL | 20.37º | 0.61% | 0.65% | - |
| HSV(B) | 20.37º | 0.5% | 0.86% | - |
| XYZ | 42.97 | 37.54 | 20.02 | - |
| YUV | 165.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 111 | 0 | 0.33 | 0.50 | 0.14 | 20.37 | 0.61 | 0.65 |
| Hex | DC | 94 | 6F | 0 | 21 | 32 | E | 14 | 3D | 41 |
| Octal | 334 | 224 | 157 | 0 | 41 | 62 | 16 | 24 | 75 | 101 |
| Binary | 11011100 | 10010100 | 1101111 | 0 | 100001 | 110010 | 1110 | 10100 | 111101 | 1000001 |
Color Harmonies of #DC946F
Complementary color
Monochromatic Colors of #DC946F
Black with #DC946F
Text Example
Text Example
White with #DC946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC946F; }
p { color: rgb(220,148,111); }
H1.HeaderClassName
{
color: #DC946F;
}
.AnyTagClassName
{
color: #DC946F;
}
</style>
background-color css
<style>
a { background-color: #DC946F; }
a { background-color: rgb(220,148,111); }
div.DivClassName
{
background-color: #DC946F;
}
.BgClassName
{
background-color: #DC946F;
}
</style>
border-color css
<style>
span { border-color: #DC946F; }
span { border-color: rgb(220,148,111); }
td.TdClassName
{
border-color: #DC946F;
}
.TagClassName
{
border-color: #DC946F;
}
</style>