Shades of Feldspar #DC9577
Tints of Feldspar #DC9577
RGB
CMYK
RGB Variations
Color information
#DC9577 (or 0xDC9577) is known color: Feldspar. HEX triplet: DC, 95 and 77. RGB value is (220,149,119). Sum of RGB (Red+Green+Blue) = 220+149+119=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9577 is #236A88. Grayscale: #A7A7A7. Windows color (decimal): -2321033 or 7837148. OLE color: 7837148.
HSL color Cylindrical-coordinate representation of color #DC9577: hue angle of 17.82º 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 #DC9577 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 119 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.14 |
| HSL | 17.82º | 0.59% | 0.66% | - |
| HSV(B) | 17.82º | 0.46% | 0.86% | - |
| XYZ | 43.59 | 38.04 | 22.5 | - |
| YUV | 166.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 119 | 0 | 0.32 | 0.46 | 0.14 | 17.82 | 0.59 | 0.66 |
| Hex | DC | 95 | 77 | 0 | 20 | 2E | E | 12 | 3B | 42 |
| Octal | 334 | 225 | 167 | 0 | 40 | 56 | 16 | 22 | 73 | 102 |
| Binary | 11011100 | 10010101 | 1110111 | 0 | 100000 | 101110 | 1110 | 10010 | 111011 | 1000010 |
Color Harmonies of #DC9577
Complementary color
Monochromatic Colors of #DC9577
Black with #DC9577
Text Example
Text Example
White with #DC9577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9577; }
p { color: rgb(220,149,119); }
H1.HeaderClassName
{
color: #DC9577;
}
.AnyTagClassName
{
color: #DC9577;
}
</style>
background-color css
<style>
a { background-color: #DC9577; }
a { background-color: rgb(220,149,119); }
div.DivClassName
{
background-color: #DC9577;
}
.BgClassName
{
background-color: #DC9577;
}
</style>
border-color css
<style>
span { border-color: #DC9577; }
span { border-color: rgb(220,149,119); }
td.TdClassName
{
border-color: #DC9577;
}
.TagClassName
{
border-color: #DC9577;
}
</style>