Shades of Feldspar #DC9473
Tints of Feldspar #DC9473
RGB
CMYK
RGB Variations
Color information
#DC9473 (or 0xDC9473) is known color: Feldspar. HEX triplet: DC, 94 and 73. RGB value is (220,148,115). Sum of RGB (Red+Green+Blue) = 220+148+115=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9473 is #236B8C. Grayscale: #A5A5A5. Windows color (decimal): -2321293 or 7574748. OLE color: 7574748.
HSL color Cylindrical-coordinate representation of color #DC9473: hue angle of 18.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC9473 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 115 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.14 |
| HSL | 18.86º | 0.6% | 0.66% | - |
| HSV(B) | 18.86º | 0.48% | 0.86% | - |
| XYZ | 43.2 | 37.63 | 21.21 | - |
| YUV | 165.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 115 | 0 | 0.33 | 0.48 | 0.14 | 18.86 | 0.6 | 0.66 |
| Hex | DC | 94 | 73 | 0 | 21 | 30 | E | 13 | 3C | 42 |
| Octal | 334 | 224 | 163 | 0 | 41 | 60 | 16 | 23 | 74 | 102 |
| Binary | 11011100 | 10010100 | 1110011 | 0 | 100001 | 110000 | 1110 | 10011 | 111100 | 1000010 |
Color Harmonies of #DC9473
Complementary color
Monochromatic Colors of #DC9473
Black with #DC9473
Text Example
Text Example
White with #DC9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9473; }
p { color: rgb(220,148,115); }
H1.HeaderClassName
{
color: #DC9473;
}
.AnyTagClassName
{
color: #DC9473;
}
</style>
background-color css
<style>
a { background-color: #DC9473; }
a { background-color: rgb(220,148,115); }
div.DivClassName
{
background-color: #DC9473;
}
.BgClassName
{
background-color: #DC9473;
}
</style>
border-color css
<style>
span { border-color: #DC9473; }
span { border-color: rgb(220,148,115); }
td.TdClassName
{
border-color: #DC9473;
}
.TagClassName
{
border-color: #DC9473;
}
</style>