Shades of Feldspar #DC956F
Tints of Feldspar #DC956F
RGB
CMYK
RGB Variations
Color information
#DC956F (or 0xDC956F) is known color: Feldspar. HEX triplet: DC, 95 and 6F. RGB value is (220,149,111). Sum of RGB (Red+Green+Blue) = 220+149+111=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC956F is #236A90. Grayscale: #A6A6A6. Windows color (decimal): -2321041 or 7312860. OLE color: 7312860.
HSL color Cylindrical-coordinate representation of color #DC956F: hue angle of 20.92º 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 #DC956F is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 111 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.14 |
| HSL | 20.92º | 0.61% | 0.65% | - |
| HSV(B) | 20.92º | 0.5% | 0.86% | - |
| XYZ | 43.13 | 37.86 | 20.07 | - |
| YUV | 165.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 111 | 0 | 0.32 | 0.50 | 0.14 | 20.92 | 0.61 | 0.65 |
| Hex | DC | 95 | 6F | 0 | 20 | 32 | E | 15 | 3D | 41 |
| Octal | 334 | 225 | 157 | 0 | 40 | 62 | 16 | 25 | 75 | 101 |
| Binary | 11011100 | 10010101 | 1101111 | 0 | 100000 | 110010 | 1110 | 10101 | 111101 | 1000001 |
Color Harmonies of #DC956F
Complementary color
Monochromatic Colors of #DC956F
Black with #DC956F
Text Example
Text Example
White with #DC956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC956F; }
p { color: rgb(220,149,111); }
H1.HeaderClassName
{
color: #DC956F;
}
.AnyTagClassName
{
color: #DC956F;
}
</style>
background-color css
<style>
a { background-color: #DC956F; }
a { background-color: rgb(220,149,111); }
div.DivClassName
{
background-color: #DC956F;
}
.BgClassName
{
background-color: #DC956F;
}
</style>
border-color css
<style>
span { border-color: #DC956F; }
span { border-color: rgb(220,149,111); }
td.TdClassName
{
border-color: #DC956F;
}
.TagClassName
{
border-color: #DC956F;
}
</style>