Shades of Feldspar #DC8F76
Tints of Feldspar #DC8F76
RGB
CMYK
RGB Variations
Color information
#DC8F76 (or 0xDC8F76) is known color: Feldspar. HEX triplet: DC, 8F and 76. RGB value is (220,143,118). Sum of RGB (Red+Green+Blue) = 220+143+118=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F76 is #237089. Grayscale: #A3A3A3. Windows color (decimal): -2322570 or 7770076. OLE color: 7770076.
HSL color Cylindrical-coordinate representation of color #DC8F76: hue angle of 14.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8F76 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 118 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.14 |
| HSL | 14.71º | 0.59% | 0.66% | - |
| HSV(B) | 14.71º | 0.46% | 0.86% | - |
| XYZ | 42.61 | 36.17 | 21.88 | - |
| YUV | 163.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 118 | 0 | 0.35 | 0.46 | 0.14 | 14.71 | 0.59 | 0.66 |
| Hex | DC | 8F | 76 | 0 | 23 | 2E | E | F | 3B | 42 |
| Octal | 334 | 217 | 166 | 0 | 43 | 56 | 16 | 17 | 73 | 102 |
| Binary | 11011100 | 10001111 | 1110110 | 0 | 100011 | 101110 | 1110 | 1111 | 111011 | 1000010 |
Color Harmonies of #DC8F76
Complementary color
Monochromatic Colors of #DC8F76
Black with #DC8F76
Text Example
Text Example
White with #DC8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F76; }
p { color: rgb(220,143,118); }
H1.HeaderClassName
{
color: #DC8F76;
}
.AnyTagClassName
{
color: #DC8F76;
}
</style>
background-color css
<style>
a { background-color: #DC8F76; }
a { background-color: rgb(220,143,118); }
div.DivClassName
{
background-color: #DC8F76;
}
.BgClassName
{
background-color: #DC8F76;
}
</style>
border-color css
<style>
span { border-color: #DC8F76; }
span { border-color: rgb(220,143,118); }
td.TdClassName
{
border-color: #DC8F76;
}
.TagClassName
{
border-color: #DC8F76;
}
</style>