Shades of Feldspar #DC9979
Tints of Feldspar #DC9979
RGB
CMYK
RGB Variations
Color information
#DC9979 (or 0xDC9979) is known color: Feldspar. HEX triplet: DC, 99 and 79. RGB value is (220,153,121). Sum of RGB (Red+Green+Blue) = 220+153+121=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9979 is #236686. Grayscale: #A9A9A9. Windows color (decimal): -2320007 or 7969244. OLE color: 7969244.
HSL color Cylindrical-coordinate representation of color #DC9979: hue angle of 19.39º 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 #DC9979 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 121 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.14 |
| HSL | 19.39º | 0.59% | 0.67% | - |
| HSV(B) | 19.39º | 0.45% | 0.86% | - |
| XYZ | 44.36 | 39.38 | 23.35 | - |
| YUV | 169.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 121 | 0 | 0.30 | 0.45 | 0.14 | 19.39 | 0.59 | 0.67 |
| Hex | DC | 99 | 79 | 0 | 1E | 2D | E | 13 | 3B | 43 |
| Octal | 334 | 231 | 171 | 0 | 36 | 55 | 16 | 23 | 73 | 103 |
| Binary | 11011100 | 10011001 | 1111001 | 0 | 11110 | 101101 | 1110 | 10011 | 111011 | 1000011 |
Color Harmonies of #DC9979
Complementary color
Monochromatic Colors of #DC9979
Black with #DC9979
Text Example
Text Example
White with #DC9979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9979; }
p { color: rgb(220,153,121); }
H1.HeaderClassName
{
color: #DC9979;
}
.AnyTagClassName
{
color: #DC9979;
}
</style>
background-color css
<style>
a { background-color: #DC9979; }
a { background-color: rgb(220,153,121); }
div.DivClassName
{
background-color: #DC9979;
}
.BgClassName
{
background-color: #DC9979;
}
</style>
border-color css
<style>
span { border-color: #DC9979; }
span { border-color: rgb(220,153,121); }
td.TdClassName
{
border-color: #DC9979;
}
.TagClassName
{
border-color: #DC9979;
}
</style>