Shades of Feldspar #DC9C73
Tints of Feldspar #DC9C73
RGB
CMYK
RGB Variations
Color information
#DC9C73 (or 0xDC9C73) is known color: Feldspar. HEX triplet: DC, 9C and 73. RGB value is (220,156,115). Sum of RGB (Red+Green+Blue) = 220+156+115=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C73 is #23638C. Grayscale: #AAAAAA. Windows color (decimal): -2319245 or 7576796. OLE color: 7576796.
HSL color Cylindrical-coordinate representation of color #DC9C73: hue angle of 23.43º 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 #DC9C73 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 115 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.14 |
| HSL | 23.43º | 0.6% | 0.66% | - |
| HSV(B) | 23.43º | 0.48% | 0.86% | - |
| XYZ | 44.5 | 40.23 | 21.64 | - |
| YUV | 170.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 115 | 0 | 0.29 | 0.48 | 0.14 | 23.43 | 0.6 | 0.66 |
| Hex | DC | 9C | 73 | 0 | 1D | 30 | E | 17 | 3C | 42 |
| Octal | 334 | 234 | 163 | 0 | 35 | 60 | 16 | 27 | 74 | 102 |
| Binary | 11011100 | 10011100 | 1110011 | 0 | 11101 | 110000 | 1110 | 10111 | 111100 | 1000010 |
Color Harmonies of #DC9C73
Complementary color
Monochromatic Colors of #DC9C73
Black with #DC9C73
Text Example
Text Example
White with #DC9C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C73; }
p { color: rgb(220,156,115); }
H1.HeaderClassName
{
color: #DC9C73;
}
.AnyTagClassName
{
color: #DC9C73;
}
</style>
background-color css
<style>
a { background-color: #DC9C73; }
a { background-color: rgb(220,156,115); }
div.DivClassName
{
background-color: #DC9C73;
}
.BgClassName
{
background-color: #DC9C73;
}
</style>
border-color css
<style>
span { border-color: #DC9C73; }
span { border-color: rgb(220,156,115); }
td.TdClassName
{
border-color: #DC9C73;
}
.TagClassName
{
border-color: #DC9C73;
}
</style>