Shades of Feldspar #DC956E
Tints of Feldspar #DC956E
RGB
CMYK
RGB Variations
Color information
#DC956E (or 0xDC956E) is known color: Feldspar. HEX triplet: DC, 95 and 6E. RGB value is (220,149,110). Sum of RGB (Red+Green+Blue) = 220+149+110=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC956E is #236A91. Grayscale: #A6A6A6. Windows color (decimal): -2321042 or 7247324. OLE color: 7247324.
HSL color Cylindrical-coordinate representation of color #DC956E: hue angle of 21.27º 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 #DC956E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 110 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.14 |
| HSL | 21.27º | 0.61% | 0.65% | - |
| HSV(B) | 21.27º | 0.5% | 0.86% | - |
| XYZ | 43.08 | 37.84 | 19.78 | - |
| YUV | 165.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 110 | 0 | 0.32 | 0.50 | 0.14 | 21.27 | 0.61 | 0.65 |
| Hex | DC | 95 | 6E | 0 | 20 | 32 | E | 15 | 3D | 41 |
| Octal | 334 | 225 | 156 | 0 | 40 | 62 | 16 | 25 | 75 | 101 |
| Binary | 11011100 | 10010101 | 1101110 | 0 | 100000 | 110010 | 1110 | 10101 | 111101 | 1000001 |
Color Harmonies of #DC956E
Complementary color
Monochromatic Colors of #DC956E
Black with #DC956E
Text Example
Text Example
White with #DC956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC956E; }
p { color: rgb(220,149,110); }
H1.HeaderClassName
{
color: #DC956E;
}
.AnyTagClassName
{
color: #DC956E;
}
</style>
background-color css
<style>
a { background-color: #DC956E; }
a { background-color: rgb(220,149,110); }
div.DivClassName
{
background-color: #DC956E;
}
.BgClassName
{
background-color: #DC956E;
}
</style>
border-color css
<style>
span { border-color: #DC956E; }
span { border-color: rgb(220,149,110); }
td.TdClassName
{
border-color: #DC956E;
}
.TagClassName
{
border-color: #DC956E;
}
</style>