Shades of Feldspar #DC8F73
Tints of Feldspar #DC8F73
RGB
CMYK
RGB Variations
Color information
#DC8F73 (or 0xDC8F73) is known color: Feldspar. HEX triplet: DC, 8F and 73. RGB value is (220,143,115). Sum of RGB (Red+Green+Blue) = 220+143+115=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F73 is #23708C. Grayscale: #A3A3A3. Windows color (decimal): -2322573 or 7573468. OLE color: 7573468.
HSL color Cylindrical-coordinate representation of color #DC8F73: hue angle of 16º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8F73 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 115 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.14 |
| HSL | 16º | 0.6% | 0.66% | - |
| HSV(B) | 16º | 0.48% | 0.86% | - |
| XYZ | 42.43 | 36.1 | 20.95 | - |
| YUV | 162.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 115 | 0 | 0.35 | 0.48 | 0.14 | 16 | 0.6 | 0.66 |
| Hex | DC | 8F | 73 | 0 | 23 | 30 | E | 10 | 3C | 42 |
| Octal | 334 | 217 | 163 | 0 | 43 | 60 | 16 | 20 | 74 | 102 |
| Binary | 11011100 | 10001111 | 1110011 | 0 | 100011 | 110000 | 1110 | 10000 | 111100 | 1000010 |
Color Harmonies of #DC8F73
Complementary color
Monochromatic Colors of #DC8F73
Black with #DC8F73
Text Example
Text Example
White with #DC8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F73; }
p { color: rgb(220,143,115); }
H1.HeaderClassName
{
color: #DC8F73;
}
.AnyTagClassName
{
color: #DC8F73;
}
</style>
background-color css
<style>
a { background-color: #DC8F73; }
a { background-color: rgb(220,143,115); }
div.DivClassName
{
background-color: #DC8F73;
}
.BgClassName
{
background-color: #DC8F73;
}
</style>
border-color css
<style>
span { border-color: #DC8F73; }
span { border-color: rgb(220,143,115); }
td.TdClassName
{
border-color: #DC8F73;
}
.TagClassName
{
border-color: #DC8F73;
}
</style>