Shades of Feldspar #DC9477
Tints of Feldspar #DC9477
RGB
CMYK
RGB Variations
Color information
#DC9477 (or 0xDC9477) is known color: Feldspar. HEX triplet: DC, 94 and 77. RGB value is (220,148,119). Sum of RGB (Red+Green+Blue) = 220+148+119=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9477 is #236B88. Grayscale: #A6A6A6. Windows color (decimal): -2321289 or 7836892. OLE color: 7836892.
HSL color Cylindrical-coordinate representation of color #DC9477: hue angle of 17.23º 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 #DC9477 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 119 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.14 |
| HSL | 17.23º | 0.59% | 0.66% | - |
| HSV(B) | 17.23º | 0.46% | 0.86% | - |
| XYZ | 43.43 | 37.73 | 22.45 | - |
| YUV | 166.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 119 | 0 | 0.33 | 0.46 | 0.14 | 17.23 | 0.59 | 0.66 |
| Hex | DC | 94 | 77 | 0 | 21 | 2E | E | 11 | 3B | 42 |
| Octal | 334 | 224 | 167 | 0 | 41 | 56 | 16 | 21 | 73 | 102 |
| Binary | 11011100 | 10010100 | 1110111 | 0 | 100001 | 101110 | 1110 | 10001 | 111011 | 1000010 |
Color Harmonies of #DC9477
Complementary color
Monochromatic Colors of #DC9477
Black with #DC9477
Text Example
Text Example
White with #DC9477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9477; }
p { color: rgb(220,148,119); }
H1.HeaderClassName
{
color: #DC9477;
}
.AnyTagClassName
{
color: #DC9477;
}
</style>
background-color css
<style>
a { background-color: #DC9477; }
a { background-color: rgb(220,148,119); }
div.DivClassName
{
background-color: #DC9477;
}
.BgClassName
{
background-color: #DC9477;
}
</style>
border-color css
<style>
span { border-color: #DC9477; }
span { border-color: rgb(220,148,119); }
td.TdClassName
{
border-color: #DC9477;
}
.TagClassName
{
border-color: #DC9477;
}
</style>