Shades of Feldspar #DC9279
Tints of Feldspar #DC9279
RGB
CMYK
RGB Variations
Color information
#DC9279 (or 0xDC9279) is known color: Feldspar. HEX triplet: DC, 92 and 79. RGB value is (220,146,121). Sum of RGB (Red+Green+Blue) = 220+146+121=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9279 is #236D86. Grayscale: #A5A5A5. Windows color (decimal): -2321799 or 7967452. OLE color: 7967452.
HSL color Cylindrical-coordinate representation of color #DC9279: hue angle of 15.15º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC9279 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 121 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.14 |
| HSL | 15.15º | 0.59% | 0.67% | - |
| HSV(B) | 15.15º | 0.45% | 0.86% | - |
| XYZ | 43.25 | 37.15 | 22.98 | - |
| YUV | 165.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 121 | 0 | 0.34 | 0.45 | 0.14 | 15.15 | 0.59 | 0.67 |
| Hex | DC | 92 | 79 | 0 | 22 | 2D | E | F | 3B | 43 |
| Octal | 334 | 222 | 171 | 0 | 42 | 55 | 16 | 17 | 73 | 103 |
| Binary | 11011100 | 10010010 | 1111001 | 0 | 100010 | 101101 | 1110 | 1111 | 111011 | 1000011 |
Color Harmonies of #DC9279
Complementary color
Monochromatic Colors of #DC9279
Black with #DC9279
Text Example
Text Example
White with #DC9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9279; }
p { color: rgb(220,146,121); }
H1.HeaderClassName
{
color: #DC9279;
}
.AnyTagClassName
{
color: #DC9279;
}
</style>
background-color css
<style>
a { background-color: #DC9279; }
a { background-color: rgb(220,146,121); }
div.DivClassName
{
background-color: #DC9279;
}
.BgClassName
{
background-color: #DC9279;
}
</style>
border-color css
<style>
span { border-color: #DC9279; }
span { border-color: rgb(220,146,121); }
td.TdClassName
{
border-color: #DC9279;
}
.TagClassName
{
border-color: #DC9279;
}
</style>