Shades of Feldspar #DC8E74
Tints of Feldspar #DC8E74
RGB
CMYK
RGB Variations
Color information
#DC8E74 (or 0xDC8E74) is known color: Feldspar. HEX triplet: DC, 8E and 74. RGB value is (220,142,116). Sum of RGB (Red+Green+Blue) = 220+142+116=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E74 is #23718B. Grayscale: #A2A2A2. Windows color (decimal): -2322828 or 7638748. OLE color: 7638748.
HSL color Cylindrical-coordinate representation of color #DC8E74: hue angle of 15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC8E74 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 116 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.14 |
| HSL | 15º | 0.6% | 0.66% | - |
| HSV(B) | 15º | 0.47% | 0.86% | - |
| XYZ | 42.34 | 35.82 | 21.21 | - |
| YUV | 162.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 116 | 0 | 0.35 | 0.47 | 0.14 | 15 | 0.6 | 0.66 |
| Hex | DC | 8E | 74 | 0 | 23 | 2F | E | F | 3C | 42 |
| Octal | 334 | 216 | 164 | 0 | 43 | 57 | 16 | 17 | 74 | 102 |
| Binary | 11011100 | 10001110 | 1110100 | 0 | 100011 | 101111 | 1110 | 1111 | 111100 | 1000010 |
Color Harmonies of #DC8E74
Complementary color
Monochromatic Colors of #DC8E74
Black with #DC8E74
Text Example
Text Example
White with #DC8E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E74; }
p { color: rgb(220,142,116); }
H1.HeaderClassName
{
color: #DC8E74;
}
.AnyTagClassName
{
color: #DC8E74;
}
</style>
background-color css
<style>
a { background-color: #DC8E74; }
a { background-color: rgb(220,142,116); }
div.DivClassName
{
background-color: #DC8E74;
}
.BgClassName
{
background-color: #DC8E74;
}
</style>
border-color css
<style>
span { border-color: #DC8E74; }
span { border-color: rgb(220,142,116); }
td.TdClassName
{
border-color: #DC8E74;
}
.TagClassName
{
border-color: #DC8E74;
}
</style>