Shades of Feldspar #DC9673
Tints of Feldspar #DC9673
RGB
CMYK
RGB Variations
Color information
#DC9673 (or 0xDC9673) is known color: Feldspar. HEX triplet: DC, 96 and 73. RGB value is (220,150,115). Sum of RGB (Red+Green+Blue) = 220+150+115=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9673 is #23698C. Grayscale: #A7A7A7. Windows color (decimal): -2320781 or 7575260. OLE color: 7575260.
HSL color Cylindrical-coordinate representation of color #DC9673: hue angle of 20º 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 #DC9673 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 115 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.14 |
| HSL | 20º | 0.6% | 0.66% | - |
| HSV(B) | 20º | 0.48% | 0.86% | - |
| XYZ | 43.52 | 38.27 | 21.31 | - |
| YUV | 166.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 115 | 0 | 0.32 | 0.48 | 0.14 | 20 | 0.6 | 0.66 |
| Hex | DC | 96 | 73 | 0 | 20 | 30 | E | 14 | 3C | 42 |
| Octal | 334 | 226 | 163 | 0 | 40 | 60 | 16 | 24 | 74 | 102 |
| Binary | 11011100 | 10010110 | 1110011 | 0 | 100000 | 110000 | 1110 | 10100 | 111100 | 1000010 |
Color Harmonies of #DC9673
Complementary color
Monochromatic Colors of #DC9673
Black with #DC9673
Text Example
Text Example
White with #DC9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9673; }
p { color: rgb(220,150,115); }
H1.HeaderClassName
{
color: #DC9673;
}
.AnyTagClassName
{
color: #DC9673;
}
</style>
background-color css
<style>
a { background-color: #DC9673; }
a { background-color: rgb(220,150,115); }
div.DivClassName
{
background-color: #DC9673;
}
.BgClassName
{
background-color: #DC9673;
}
</style>
border-color css
<style>
span { border-color: #DC9673; }
span { border-color: rgb(220,150,115); }
td.TdClassName
{
border-color: #DC9673;
}
.TagClassName
{
border-color: #DC9673;
}
</style>