Shades of Feldspar #DC9479
Tints of Feldspar #DC9479
RGB
CMYK
RGB Variations
Color information
#DC9479 (or 0xDC9479) is known color: Feldspar. HEX triplet: DC, 94 and 79. RGB value is (220,148,121). Sum of RGB (Red+Green+Blue) = 220+148+121=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9479 is #236B86. Grayscale: #A6A6A6. Windows color (decimal): -2321287 or 7967964. OLE color: 7967964.
HSL color Cylindrical-coordinate representation of color #DC9479: hue angle of 16.36º 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 #DC9479 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 121 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.14 |
| HSL | 16.36º | 0.59% | 0.67% | - |
| HSV(B) | 16.36º | 0.45% | 0.86% | - |
| XYZ | 43.56 | 37.78 | 23.08 | - |
| YUV | 166.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 121 | 0 | 0.33 | 0.45 | 0.14 | 16.36 | 0.59 | 0.67 |
| Hex | DC | 94 | 79 | 0 | 21 | 2D | E | 10 | 3B | 43 |
| Octal | 334 | 224 | 171 | 0 | 41 | 55 | 16 | 20 | 73 | 103 |
| Binary | 11011100 | 10010100 | 1111001 | 0 | 100001 | 101101 | 1110 | 10000 | 111011 | 1000011 |
Color Harmonies of #DC9479
Complementary color
Monochromatic Colors of #DC9479
Black with #DC9479
Text Example
Text Example
White with #DC9479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9479; }
p { color: rgb(220,148,121); }
H1.HeaderClassName
{
color: #DC9479;
}
.AnyTagClassName
{
color: #DC9479;
}
</style>
background-color css
<style>
a { background-color: #DC9479; }
a { background-color: rgb(220,148,121); }
div.DivClassName
{
background-color: #DC9479;
}
.BgClassName
{
background-color: #DC9479;
}
</style>
border-color css
<style>
span { border-color: #DC9479; }
span { border-color: rgb(220,148,121); }
td.TdClassName
{
border-color: #DC9479;
}
.TagClassName
{
border-color: #DC9479;
}
</style>